Bug #9879 delimiter command discrepancy (4.1 vs. 5.0, mysql vs. mysqltest)
Submitted: 13 Apr 2005 20:19 Modified: 21 Jun 2005 0:01
Reporter: Konstantin Osipov
Status: Closed
Category:Client Severity:S3 (Non-critical)
Version:5.0 OS:
Assigned to: Magnus Svensson Target Version:

[13 Apr 2005 20:19] Konstantin Osipov
Description:
Delimiter coomand does not work in the same way in 4.1 and 5.0, mysql and mysqltest.
For example, this works fine in 4.1 and in mysqltest (as of 5.0): 
mysql> delimiter :;
mysql> show tables:
+----------------+
| Tables_in_test |
+----------------+
| V_T1           |
| t2             |
+----------------+
2 rows in set (0.01 sec)

But doesn't work with mysql command line client of 5.0, where delimiter :; sets delimiter
to ":;", not to ":".

This discrepancy should be removed, and preferrably, the old behaviour should be restored.

How to repeat:
See description.
[17 May 2005 21:14] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/24987
[26 May 2005 11:28] Magnus Svensson
Pushed to 5.0.7
[21 Jun 2005 0:01] Mike Hillyer
Documented in 5.0.7 changelog.