Skip to content
Permalink
Browse files
MariaDB detect incorrect table name
  • Loading branch information
sanja-byelkin committed Jan 29, 2019
1 parent c4f97d3 commit c991939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
@@ -1,2 +1,2 @@
CREATE TABLE `#mysql50#q.q`(f1 INT KEY) ENGINE=TOKUDB;
ERROR HY000: Got error 1632 from storage engine
ERROR 42000: Incorrect table name '#mysql50#q.q'
@@ -7,6 +7,7 @@
# engine expects a table name in the form of a relative path like
# "./databasename/tablename". InnoDB detects this in parsing the table name
# during the creation and returns an error.
# MariaDB server detect above error.

--error ER_GET_ERRNO
--error ER_WRONG_TABLE_NAME
CREATE TABLE `#mysql50#q.q`(f1 INT KEY) ENGINE=TOKUDB;

0 comments on commit c991939

Please sign in to comment.