mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-09 01:04:44 +08:00
PT-1747 pt-online-schema-change was bringing the database into a broken state (#491)
* PT-1717 Updated behavior for FKs * Fixed rename_columns.t * Fixed pt-244.t * fixed drop swap test * Fixed test for MySQL 8.0 * Updated test for MySQL 8 * Updated test for MySQL 8
This commit is contained in:
@@ -316,6 +316,8 @@ sub test_alter_table {
|
||||
|
||||
SKIP: {
|
||||
skip 'Sandbox MySQL version should be >= 5.7' unless $sandbox_version ge '5.7';
|
||||
# drop_swap won't work with MySQL 8.0+
|
||||
skip 'Sandbox MySQL version should be < 8.0' unless $sandbox_version lt '8.0';
|
||||
|
||||
$sb->load_file('master', "$sample/pt-1919.sql");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user