diff options
author | Georgi Kodinov <kgeorge@mysql.com> | 2008-07-18 13:24:59 +0300 |
---|---|---|
committer | Georgi Kodinov <kgeorge@mysql.com> | 2008-07-18 13:24:59 +0300 |
commit | 88d66418c8fb2fbd6b60968d1ad8962b2af56232 (patch) | |
tree | 9503607d7a08efd26f8de23ef4c951047f621ba3 /mysql-test/t | |
parent | 6a42c35fa74103c8706ffd223a22dd25df7faa63 (diff) | |
download | mariadb-git-88d66418c8fb2fbd6b60968d1ad8962b2af56232.tar.gz |
Bug 38158: mysql client regression, can't read dump files
- Revert the fix for bug 33812
- fixed a win32 warning
client/mysql.cc:
revert the fix for bug 33812
mysql-test/r/mysql.result:
revert the fix for bug 33812
mysql-test/t/mysql_delimiter.sql:
revert the fix for bug 33812
mysys/default.c:
fixed a win32 warning
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/mysql_delimiter.sql | 6 |
1 files changed, 0 insertions, 6 deletions
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 # |