Bug #9620 mysql.proc table: Incorrect charset for some columns
Submitted: 4 Apr 2005 18:24 Modified: 6 May 2005 14:32
Reporter: Paul DuBois Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0 OS:
Assigned to: Assigned Account CPU Architecture:Any

[4 Apr 2005 18:24] Paul DuBois
Description:
Identifiers are utf8 for most tables in the mysql
database. However, for the mysql.proc table,
no character set is specified, so the default is
used when the table is created.  This affects at least:

db column (should be utf8/utf8_bin)
name column (should be utf8, but perhaps case insensitive)

and perhaps other columns

How to repeat:
Look at mysql_create_system_tables.sh
[6 May 2005 14:32] Trudy Pelzer
Duplicate of bug#9776, reported by Mike Zinner.
[6 May 2005 14:33] Trudy Pelzer
Duplicate of bug#9776, reported by Mike Zinner.