Bug #43466 The default delimiter sends the client in an endless loop
Submitted: 6 Mar 2009 19:39
Reporter: Andrew Hutchings Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:mysql-5.1-telco-6.3 OS:Linux (SUSE and Fedora)
Assigned to: CPU Architecture:Any
Tags: mysql-5.1-telco-6.3 -> 6.3.23

[6 Mar 2009 19:39] Andrew Hutchings
Description:
When running a query with the default delimiter ';' the client goes into an endless loop of echoing:

ERROR: 
No query specified

Using \g or explicitly setting the delimiter to ';' eliminates the problem.

How to repeat:
An example query:

SHOW DATABASES;
[6 Mar 2009 19:40] Andrew Hutchings
Using any 5.1 client on this version of cluster mysqld reproduces the problem.  Using a 5.0 client on the cluster appears to work fine.