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:
Carlos Salguero
2021-06-03 12:00:43 -03:00
committed by GitHub
parent 4dd72d96b1
commit 0b97e1f471
7 changed files with 87 additions and 92 deletions

View File

@@ -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");