[MDEV-14861] ENCRYPTION_KEY_ID <value> without equality sign causes syntax error Created: 2018-01-02  Updated: 2023-04-27

Status: Open
Project: MariaDB Server
Component/s: Parser
Affects Version/s: 10.1, 10.2
Fix Version/s: 10.4

Type: Bug Priority: Trivial
Reporter: Elena Stepanova Assignee: Alexander Barkov
Resolution: Unresolved Votes: 0
Labels: 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.


Generated at Thu Feb 08 08:16:51 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.