Bug #33022 | Online backup does not preserve charsets for object names | ||
---|---|---|---|
Submitted: | 5 Dec 2007 21:30 | Modified: | 22 Apr 2008 9:49 |
Reporter: | Chuck Bell | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Backup | Severity: | S3 (Non-critical) |
Version: | 6.0 | OS: | Any |
Assigned to: | Rafal Somla | CPU Architecture: | Any |
[5 Dec 2007 21:30]
Chuck Bell
[5 Dec 2007 21:33]
Chuck Bell
This is from WL#4060: - Support charsets read/write strings (table names etc) [1d]
[10 Apr 2008 8:22]
Rafal Somla
HOW TO REPEAT ============= mysql> create database y; Query OK, 1 row affected (0.00 sec) mysql> use y Database changed mysql> set names utf8 -> ; Query OK, 0 rows affected (0.00 sec) mysql> create table ÿ (s1 int); Query OK, 0 rows affected (0.08 sec) mysql> backup database y to '60'; +-----------+ | backup_id | +-----------+ | 18 | +-----------+ 1 row in set (0.15 sec) mysql> set names latin1; Query OK, 0 rows affected (0.01 sec) mysql> restore from '60'; ERROR 1146 (42S02): Table 'y.ÿ' doesn't exist
[22 Apr 2008 9:49]
Rafal Somla
This issue is addressed in BUG#33023.