1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Bug 38158: mysql client regression, can't read dump files

- Revert the fix for bug 33812
- fixed a win32 warning
This commit is contained in:
Georgi Kodinov
2008-07-18 13:24:59 +03:00
parent e390f843d5
commit 5c256ec67a
4 changed files with 32 additions and 9 deletions

View File

@ -60,12 +60,6 @@ use test//
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