diff options
author | Georgi Kodinov <kgeorge@mysql.com> | 2008-07-18 15:00:45 +0300 |
---|---|---|
committer | Georgi Kodinov <kgeorge@mysql.com> | 2008-07-18 15:00:45 +0300 |
commit | 5f5a3cf1aa6738a68ecde36dc25f696b0f25c827 (patch) | |
tree | a42a867611895fc20c8b0c1573e95ade5239651a /mysql-test/t | |
parent | 516312dda6fedb268e28bcc233f62da5591c9fed (diff) | |
parent | 88d66418c8fb2fbd6b60968d1ad8962b2af56232 (diff) | |
download | mariadb-git-5f5a3cf1aa6738a68ecde36dc25f696b0f25c827.tar.gz |
merge of 38158 to 5.1-bugteam
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/client_xml.test | 3 | ||||
-rw-r--r-- | mysql-test/t/mysql_delimiter.sql | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/mysql-test/t/client_xml.test b/mysql-test/t/client_xml.test index 889861ad4a4..739b56f5ab1 100644 --- a/mysql-test/t/client_xml.test +++ b/mysql-test/t/client_xml.test @@ -6,6 +6,9 @@ # the data is actually in the table). set @old_concurrent_insert= @@global.concurrent_insert; set @@global.concurrent_insert= 0; +--disable_warnings +drop table if exists t1; +--enable_warnings # Test of the xml output of the 'mysql' and 'mysqldump' clients -- makes # sure that basic encoding issues are handled properly diff --git a/mysql-test/t/mysql_delimiter.sql b/mysql-test/t/mysql_delimiter.sql index 917401275a2..533ac2ce093 100644 --- a/mysql-test/t/mysql_delimiter.sql +++ b/mysql-test/t/mysql_delimiter.sql @@ -61,12 +61,6 @@ show tables// delimiter ; # Reset delimiter # -# Bug #33812: mysql client incorrectly parsing DELIMITER -# -select a as delimiter from t1 -delimiter ; # Reset delimiter - -# # Bug #36244: MySQL CLI doesn't recognize standalone -- as comment # before DELIMITER statement # |