Bug #10251 mysqltest can't handle quoted identifies containing quotes
Submitted: 28 Apr 2005 23:28 Modified: 18 May 2005 17:29
Reporter: Jim Winstead Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version: OS:
Assigned to: Jim Winstead CPU Architecture:Any

[28 Apr 2005 23:28] Jim Winstead
Description:
mysqltest fails to parse identifiers containing a quote (single or double) correctly.

How to repeat:
create table t1 (`a'b` int);
drop table t1;
[29 Apr 2005 0:57] 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/24470
[7 May 2005 16:16] Jim Winstead
Updated patch is at http://lists.mysql.com/internals/24617
[18 May 2005 5:32] Jim Winstead
Fixed in 5.0.6.
[18 May 2005 5:33] Jim Winstead
Actually, it will be fixed in 5.0.7, I think.
[18 May 2005 17:29] Paul DuBois
No changelog entry necessary.