Bug #5242 SQL Syntax Prepared statement names are case sensitive
Submitted: 26 Aug 2004 22:20 Modified: 31 Aug 2004 12:09
Reporter: Sergey Petrunya Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1, 5.0 OS:
Assigned to: Sergey Petrunya CPU Architecture:Any

[26 Aug 2004 22:20] Sergey Petrunya
Description:
Prepared statement names are treated as case-sensitive in SQL Syntax. 

How to repeat:
run: 
prepare s1 from 'select 1'
prepare S1 from 'select 2'
execute s1
execute S1

Suggested fix:
Make prepared statement names case-insensitive, in both 4.1 and 5.0
[29 Aug 2004 17:40] Sergey Petrunya
ChangeSet@1.2023, 2004-08-29 19:44:28+04:00, sergefp@mysql.com
[31 Aug 2004 12:09] Sergey Petrunya
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html