summaryrefslogtreecommitdiff
path: root/mysql-test/t/create.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/create.test')
-rw-r--r--mysql-test/t/create.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/create.test b/mysql-test/t/create.test
index bcbd507bcdd..0412bc0628c 100644
--- a/mysql-test/t/create.test
+++ b/mysql-test/t/create.test
@@ -1420,6 +1420,7 @@ SHOW CREATE TABLE t2;
--echo
DROP TABLE t2;
+DROP TABLE t1;
--echo
--echo # -- End of test case for Bug#21380.
@@ -1534,5 +1535,11 @@ DROP TABLE t1;
###########################################################################
+#
+# Bug#40104 regression with table names?
+#
+create table `me:i`(id int);
+drop table `me:i`;
+
--echo
--echo End of 5.1 tests