Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.10, 10.0(EOL), 10.1(EOL)
-
None
-
Linux
Description
I tried to upgrade the server 10.0.22 -> 10.1.10.
Old version was shutdown, but new failed to start:
2016-01-08 22:25:00 7f8017479700 InnoDB: Error: Column last_update in table "mysql"."innodb_table_stats" is INT UNSIGNED NOT NULL but should be BINARY(4) NOT NULL (type mismatch).
|
2016-01-08 22:25:00 7f8017479700 InnoDB: Error: Fetch of persistent statistics requested for table "mysql"."gtid_slave_pos" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
|
2016-01-08 22:25:01 140188123334592 [Note] Server socket created on IP: '::'.
|
2016-01-08 22:25:01 140188123334592 [ERROR] Failed to initialize master info using_gtid
|
2016-01-08 22:25:01 140188123334592 [ERROR] Error reading master configuration
|
2016-01-08 22:25:01 140188123334592 [ERROR] Initialized Master_info from 'master-bob@002dhk.info' failed
|
2016-01-08 22:25:01 140188123334592 [ERROR] Failed to initialize master info using_gtid
|
2016-01-08 22:25:01 140188123334592 [ERROR] Error reading master configuration
|
2016-01-08 22:25:01 140188123334592 [ERROR] Initialized Master_info from 'master-bob@002dth.info' failed
|
2016-01-08 22:25:01 140188123334592 [ERROR] Failed to initialize master info using_gtid
|
2016-01-08 22:25:01 140188123334592 [ERROR] Error reading master configuration
|
2016-01-08 22:25:01 140188123334592 [ERROR] Initialized Master_info from 'master-bob@002dsg.info' failed
|
2016-01-08 22:25:01 140188123334592 [ERROR] Failed to initialize master info using_gtid
|
2016-01-08 22:25:01 140188123334592 [ERROR] Error reading master configuration
|
2016-01-08 22:25:01 140188123334592 [ERROR] Initialized Master_info from 'master-delivery.info' failed
|
2016-01-08 22:25:01 140188123334592 [Warning] Reading of some Master_info entries failed
|
2016-01-08 22:25:01 140188123334592 [ERROR] Failed to initialize multi master structures
|
2016-01-08 22:25:01 140188123334592 [ERROR] Aborting
|
I guess I can't use mysql_upgrade when the server is not running.