Bug #30679 | 5.1 name encoding not performed for views during upgrade | ||
---|---|---|---|
Submitted: | 28 Aug 2007 20:59 | Modified: | 9 Apr 2008 14:53 |
Reporter: | Omer Barnir (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S2 (Serious) |
Version: | 5.1.21 | OS: | Any |
Assigned to: | Ramil Kalimullin | CPU Architecture: | Any |
[28 Aug 2007 20:59]
Omer Barnir
[13 Sep 2007 0:31]
Paul DuBois
Issue has been noted under "Server Changes" at: http://dev.mysql.com/doc/refman/5.1/en/upgrading-from-5-0.html
[24 Oct 2007 17:37]
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/36292 ChangeSet@1.2597, 2007-10-24 22:36:57+05:00, ramil@mysql.com +3 -0 Fix for bug #30679: 5.1 name encoding not performed for views during upgrade Problem: we skip views perfoming --fix-table-names. Fix: rename views as well.
[30 Oct 2007 10:24]
Alexander Barkov
Ok to push
[7 Dec 2007 23:08]
Bugs System
Pushed into 6.0.5-alpha
[7 Dec 2007 23:09]
Bugs System
Pushed into 5.1.23-rc
[20 Dec 2007 1:14]
Paul DuBois
Noted in 5.1.23, 6.0.5 changelogs. mysqlcheck --fix-table-names did not perform name re-encoding for views. Now it does. Also updated the mysqlcheck and upgrading-to-5.1 sections.