Bug #82765 | mysql_upgrade doesn't really upgrade slave_master_info | ||
---|---|---|---|
Submitted: | 28 Aug 2016 17:30 | Modified: | 28 Aug 2016 17:42 |
Reporter: | Miguel Angel Nieto | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S1 (Critical) |
Version: | 5.7.14 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[28 Aug 2016 17:30]
Miguel Angel Nieto
[28 Aug 2016 17:36]
Miguel Angel Nieto
host and Channel_name columns also need to be updated.
[28 Aug 2016 17:42]
MySQL Verification Team
Hello Miguel, Thank you for the report. This is most likely duplicate of Bug #82384, please see Bug #82384. Thanks, Umesh
[21 Sep 2016 19:33]
David Holmes
The work around does get replication up and running again however on examination of the logs there are further schema issues that need to be addressed. Which are shown in the logs... 2016-09-21T19:15:58.899683Z 0 [ERROR] Incorrect definition of table performance_schema.replication_connection_status: expected column 'RECEIVED_TRANSACTION_SET' at position 7 to have type longtext, found type text. 2016-09-21T19:15:58.899948Z 0 [ERROR] Incorrect definition of table performance_schema.replication_group_member_stats: expected column 'COUNT_TRANSACTIONS_ROWS_VALIDATING' at position 6, found 'COUNT_TRANSACTIONS_VALIDATING'. 2016-09-21T19:15:58.900711Z 0 [Note] Event Scheduler: Loaded 0 events 2016-09-21T19:15:58.900850Z 0 [Note] /usr/sbin/mysqld: ready for connections. Version: '5.7.14-8-log' socket: '/mysql/data004/mysql.sock' port: 3310 Percona Server (GPL), Release 8, Revision 1f84ccd 2016-09-21T19:16:20.315077Z 6 [Warning] Slave SQL for channel '': If a crash happens this configuration does not guarantee that the relay log info will be consistent, Error_code: 0 Suggest mysql_upgrade needs to consider these tables and also consider taking into account any users that need to have applied the work around to repair replication