Bug #51832 mysql_upgrade failing on performance_schema tables in mysql-trunk
Submitted: 8 Mar 2010 14:55 Modified: 9 Mar 2010 15:53
Reporter: Marc ALFF Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Performance Schema Severity:S3 (Non-critical)
Version:5.5.3-m3 OS:Any
Assigned to: Marc ALFF CPU Architecture:Any

[8 Mar 2010 14:55] Marc ALFF
Description:
The following tests fail in mysql-trunk (5.5.3-m3):
- mysql_upgrade
- mysqlcheck
- mysqldump

How to repeat:
Run the tests

Suggested fix:
Fix FIRST_PERFORMANCE_SCHEMA_VERSION
[8 Mar 2010 16:17] 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/102594

3116 Marc Alff	2010-03-08
      Bug#51832 mysql_upgrade failing on performance_schema tables in mysql-trunk
      
      Before this fix, client tools (mysql_upgrade, mysqlcheck, mysqldump)
      would try to process performance schema tables, leading to failures.
      
      The fix is to align FIRST_PERFORMANCE_SCHEMA_VERSION to 5.5.3,
      which is the version number of mysql-trunk where the
      performance schema is first available.
[9 Mar 2010 9:54] 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/102666

3116 Alexander Nozdrin	2010-03-09
      Bug#51832 mysql_upgrade failing on performance_schema tables in mysql-trunk
      
      Before this fix, client tools (mysql_upgrade, mysqlcheck, mysqldump)
      would try to process performance schema tables, leading to failures.
      
      The fix is to align FIRST_PERFORMANCE_SCHEMA_VERSION to 5.5.3,
      which is the version number of mysql-trunk where the
      performance schema is first available.
[9 Mar 2010 14:31] Alexander Nozdrin
Pushed into mysql-trunk.
[9 Mar 2010 14:37] Marc ALFF
Doc team:

Fixes a merge issue for mysql-trunk.
Nothing to document since the performance schema code is new in the trunk.
[9 Mar 2010 15:53] Paul DuBois
Not in any released version. No changelog entry needed.