summaryrefslogtreecommitdiff
path: root/storage/sequence/mysql-test
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-06-16 17:07:15 +0200
committerSergei Golubchik <sergii@pisem.net>2013-06-16 17:07:15 +0200
commit08a1ac9d35d8435d73c0c37d971563e6a0775bc5 (patch)
tree9c353ea296bd25ff633fa22126857b82d2cd0d95 /storage/sequence/mysql-test
parenta2d795c18598db8fc1db58f96597568ae9ecdcaa (diff)
downloadmariadb-git-08a1ac9d35d8435d73c0c37d971563e6a0775bc5.tar.gz
MDEV-4449 SEQUENCE depends on TEST_SQL_DISCOVERY for discovering tables upon DDL
implement a non-dummy discover_table_existence() method
Diffstat (limited to 'storage/sequence/mysql-test')
-rw-r--r--storage/sequence/mysql-test/sequence/simple.result1
-rw-r--r--storage/sequence/mysql-test/sequence/simple.test4
2 files changed, 5 insertions, 0 deletions
diff --git a/storage/sequence/mysql-test/sequence/simple.result b/storage/sequence/mysql-test/sequence/simple.result
index 2d56e57d199..24619e47ce2 100644
--- a/storage/sequence/mysql-test/sequence/simple.result
+++ b/storage/sequence/mysql-test/sequence/simple.result
@@ -268,3 +268,4 @@ master-bin.000001 # Gtid # # BEGIN GTID #-#-#
master-bin.000001 # Query # # use test; insert t1 select * from seq_1_to_10
master-bin.000001 # Xid # # COMMIT /* XID */
drop table t1;
+drop table seq_1_to_1;
diff --git a/storage/sequence/mysql-test/sequence/simple.test b/storage/sequence/mysql-test/sequence/simple.test
index b16c954176e..040c91d1d77 100644
--- a/storage/sequence/mysql-test/sequence/simple.test
+++ b/storage/sequence/mysql-test/sequence/simple.test
@@ -91,3 +91,7 @@ let $binlog_limit= 10;
--source include/show_binlog_events.inc
drop table t1;
+#
+# MDEV-4449 SEQUENCE depends on TEST_SQL_DISCOVERY for discovering tables upon DDL
+#
+drop table seq_1_to_1;