Bug #21370 | View renaming lacks tablename_to_filename encoding | ||
---|---|---|---|
Submitted: | 31 Jul 2006 19:08 | Modified: | 17 Nov 2006 18:02 |
Reporter: | Ingo Strüwing | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Views | Severity: | S2 (Serious) |
Version: | 5.1.12 | OS: | Linux (Linux) |
Assigned to: | Alexander Barkov | CPU Architecture: | Any |
[31 Jul 2006 19:08]
Ingo Strüwing
[8 Sep 2006 6:41]
Alexander Barkov
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/commits/11594
[16 Oct 2006 17:42]
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/commits/13759 ChangeSet@1.2309, 2006-10-16 22:42:03+05:00, bar@mysql.com +4 -0 Bug#21370: View renaming lacks tablename_to_filename encoding Problem: renaming of FRM file and ARC files didn't use file name encoding, so RENAME TABLE for views failed for views having "tricky" characters in their names. Fix: adding build_table_filename() in missing places.
[16 Nov 2006 16:21]
Alexander Barkov
Appeared in 5.1.14
[17 Nov 2006 18:02]
Paul DuBois
Noted in 5.1.14 changelog.