Bug #26897 | delimiter can't handle the delimiter string set by mysqldump | ||
---|---|---|---|
Submitted: | 7 Mar 2007 5:04 | Modified: | 7 Mar 2007 7:15 |
Reporter: | Tobias Asplund | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.1.16 | OS: | Linux (CentOS) |
Assigned to: | CPU Architecture: | Any |
[7 Mar 2007 5:04]
Tobias Asplund
[7 Mar 2007 7:15]
Sveta Smirnova
Thank you for the report. I can not repeat it with current development tree: $mysql51 Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.1.17-beta-debug Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> delimiter ;; mysql> select 1; -> ;; +---+ | 1 | +---+ | 1 | +---+ 1 row in set (0.01 sec) mysql>