diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-11-04 21:47:54 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-11-04 21:47:54 +0100 |
commit | 0150dc6ed9cc018173c211acb552d2791b0cebd2 (patch) | |
tree | 6250055d8a71bd297864fe16e5926cbb75add0d8 /mysql-test/r/drop.result | |
parent | a30e87414c3d3bdb04d953e98853b5c07c370122 (diff) | |
parent | bf603250b02c936a271d628c93078cba3d081823 (diff) | |
download | mariadb-git-0150dc6ed9cc018173c211acb552d2791b0cebd2.tar.gz |
10.0-base merge
Diffstat (limited to 'mysql-test/r/drop.result')
-rw-r--r-- | mysql-test/r/drop.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/drop.result b/mysql-test/r/drop.result index 209eb896978..a3b7be855eb 100644 --- a/mysql-test/r/drop.result +++ b/mysql-test/r/drop.result @@ -1,3 +1,4 @@ +call mtr.add_suppression("table or database name 'abc`def'"); drop table if exists t1; drop database if exists mysqltest; drop database if exists client_test_db; |