You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: