summaryrefslogtreecommitdiff
path: root/mysql-test/t/ps.test
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2014-06-03 17:59:01 +0400
committerSergei Petrunia <psergey@askmonty.org>2014-06-03 17:59:01 +0400
commit5621aa3230a60c97111f52c03dc31ce7b57d70d6 (patch)
tree6e90f93bc438ae0a97757dbca19ddf05665a431a /mysql-test/t/ps.test
parent0925ab9d88f4328810d25392333a4cac11c6e694 (diff)
downloadmariadb-git-5621aa3230a60c97111f52c03dc31ce7b57d70d6.tar.gz
MDEV-406: ANALYZE $stmt
- Support tracking for UNIONs, temporary-table based ORDER BYs, and both.
Diffstat (limited to 'mysql-test/t/ps.test')
-rw-r--r--mysql-test/t/ps.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/ps.test b/mysql-test/t/ps.test
index 0233b2e428b..491594a3045 100644
--- a/mysql-test/t/ps.test
+++ b/mysql-test/t/ps.test
@@ -7,6 +7,7 @@ call mtr.add_suppression('Unsafe statement written to the binary log using state
--disable_warnings
drop table if exists t1,t2,t3,t4;
+drop database if exists mysqltest1;
# Avoid wrong warnings if mysql_client_test fails
drop database if exists client_test_db;
--enable_warnings