Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
10.1(EOL), 10.2(EOL)
-
None
Description
According to the documentation, this should work:
create table t1 (i int) encryption_key_id 1; |
but it doesn't:
MariaDB [test]> create table t1 (i int) encryption_key_id 1; |
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '1' at line 1 |
Possibly it's just a documentation issue.