#At file:///home/malff/BZR_TREE/mysql-trunk-51832/ based on revid:alik@stripped
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.
modified:
client/client_priv.h
=== modified file 'client/client_priv.h'
--- a/client/client_priv.h 2010-02-17 12:15:07 +0000
+++ b/client/client_priv.h 2010-03-08 16:12:12 +0000
@@ -101,7 +101,7 @@ enum options_client
/**
First mysql version supporting the performance schema.
*/
-#define FIRST_PERFORMANCE_SCHEMA_VERSION 50599
+#define FIRST_PERFORMANCE_SCHEMA_VERSION 50503
/**
Name of the performance schema database.
Attachment: [text/bzr-bundle] bzr/marc.alff@oracle.com-20100308161212-4r1ef16qbrwz5pea.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (marc.alff:3116) Bug#51832 | Marc Alff | 8 Mar |