Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
None
-
None
Description
MariaDB [(none)]> CREATE TABLESPACE test_tablespace ADD DATAFILE 'testspace.ibd' 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 'TABLESPACE test_tablespace ADD DATAFILE 'testspace.ibd' ENGINE=InnoDB' at line 1
|
MariaDB [(none)]>
|