upgrading from 7.2.9 to 7.2.10 on rhel5 w/rpms.
mysql_upgrade fails at:
Running 'mysql_fix_privilege_tables'...
ERROR 1562 (HY000) at line 1625: Cannot create temporary table with partitions
ERROR 1146 (42S02) at line 1626: Table 'mysql.tmp_proxies_priv' doesn't exist
ERROR 1146 (42S02) at line 1627: Table 'mysql.tmp_proxies_priv' doesn't exist
ERROR 1051 (42S02) at line 1628: Unknown table 'tmp_proxies_priv'
FATAL ERROR: Upgrade failed
I tried the offending statement manually in mysql and got the same error:
mysql> CREATE TEMPORARY TABLE tmp_proxies_priv LIKE proxies_priv;
ERROR 1562 (HY000): Cannot create temporary table with partitions
Any help is appreciated.
-Tony
mysql_upgrade fails at:
Running 'mysql_fix_privilege_tables'...
ERROR 1562 (HY000) at line 1625: Cannot create temporary table with partitions
ERROR 1146 (42S02) at line 1626: Table 'mysql.tmp_proxies_priv' doesn't exist
ERROR 1146 (42S02) at line 1627: Table 'mysql.tmp_proxies_priv' doesn't exist
ERROR 1051 (42S02) at line 1628: Unknown table 'tmp_proxies_priv'
FATAL ERROR: Upgrade failed
I tried the offending statement manually in mysql and got the same error:
mysql> CREATE TEMPORARY TABLE tmp_proxies_priv LIKE proxies_priv;
ERROR 1562 (HY000): Cannot create temporary table with partitions
Any help is appreciated.
-Tony