Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
-
None
Description
According to documentation, this should work:
create table t1 (i int) storage engine InnoDB; |
but it doesn't:
MariaDB [test]> create table t1 (i int) storage engine InnoDB; |
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 'engine InnoDB' at line 1 |
Possibly it's just a documentation issue.