You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG#30239255 CLONE FAILS ON JUST UPGRADED SERVER FROM 5.7
BUG#30602218 CLONE PLUGIN MISUNDERSTANDING UNDO TABLE-SPACE FILE NAME
Problem :
---------
Upgrade leaves orphan in-memory tablespaces for the 5.7 undo tablespaces.
Solution :
----------
While upgrading undo tablespace, remove the tablespace completely instead
of just deleting the files.
Patch is based on contribution from Satya Bodapati <[email protected]>
Thanks to Satya and Percona for this patch.
Reviewed-by: Kevin Lewis <[email protected]>
RB: 23497
eng "Access denied for user '%-.48s'@'%-.64s'. Account is blocked for %s day(s) (%s day(s) remaining) due to %u consecutive failed logins. Use FLUSH PRIVILEGES or ALTER USER to reset."
10652
10652
10653
+
ER_INNODB_OUT_OF_RESOURCES
10654
+
eng "%s"
10655
+
10653
10656
ER_DD_UPGRADE_FOUND_PREPARED_XA_TRANSACTION
10654
10657
eng "Upgrade cannot proceed due to an existing prepared XA transaction."
eng "Relay log information for channel '%s' was found after a clone operation. Relay log recovery will be executed to adjust positions and file information for this new server. Should that automatic procedure fail please adjust the positions through 'CHANGE MASTER TO'"
10661
10664
10665
+
ER_IB_MSG_57_UNDO_SPACE_DELETE_FAIL
10666
+
eng "Failed to delete 5.7 undo tablespace: %s during upgrade"
0 commit comments