PT-1554 Fixed test for MockSyncStream

This commit is contained in:
Carlos Salguero
2018-05-17 09:55:27 -03:00
parent aad1ef0e30
commit a87d6e8765
2 changed files with 4 additions and 3 deletions

View File

@@ -173,9 +173,9 @@ SKIP: {
d => $DBD::mysql::VERSION ge '4.001' ? undef : '(7)',
dt => undef,
ts => undef,
c => '(1)',
c2 => '(15)',
v => '(32)',
c => '(3)',
c2 => '(45)',
v => '(96)',
t => undef,
},
},

View File

@@ -847,6 +847,7 @@ $sb->do_as_root("master", q/GRANT REPLICATION SLAVE ON *.* TO 'slave_user'@'%' I
$sb->do_as_root("master", q/set sql_log_bin=0/);
$sb->do_as_root("master", q/DROP USER 'slave_user'/);
$sb->do_as_root("master", q/set sql_log_bin=1/);
$sb->wait_for_slaves();
test_alter_table(
name => "--slave-user --slave-password",