Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encryption-and-compression-functions: list of supported functions is incorrect #11745

Closed
dveeden opened this issue Dec 27, 2022 · 0 comments · Fixed by #11746
Closed

encryption-and-compression-functions: list of supported functions is incorrect #11745

dveeden opened this issue Dec 27, 2022 · 0 comments · Fixed by #11746
Assignees
Labels
area/security Relates to TiDB security and privilege.

Comments

@dveeden
Copy link
Contributor

dveeden commented Dec 27, 2022

Error Report

Page: https://docs.pingcap.com/tidb/stable/encryption-and-compression-functions
Related: pingcap/tidb#2632

Some functions that are only available in MySQL Enterprise have not yet been implemented in TiDB. However many of these are listed in the Supported functions section.

Possible solutions:

  • Rename the section and add a column to list a function as supported, unsupported or deprecated.
  • Remove the asymmetric encryption functions from the list of supported functions
  • Implement the functions in TiDB
sql> SELECT tidb_version()\G
*************************** 1. row ***************************
tidb_version(): Release Version: v6.4.0
Edition: Community
Git Commit Hash: cf36a9ce2fe1039db3cf3444d51930b887df18a1
Git Branch: heads/refs/tags/v6.4.0
UTC Build Time: 2022-11-13 05:25:30
GoVersion: go1.19.2
Race Enabled: false
TiKV Min Version: 6.2.0-alpha
Check Table Before Drop: false
Store: tikv
1 row in set (0.0012 sec)

sql> SELECT create_dh_parameters(1024);
ERROR: 1305 (42000): FUNCTION test.create_dh_parameters does not exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/security Relates to TiDB security and privilege.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants