summaryrefslogtreecommitdiff
path: root/mysql-test/suite/engines/funcs/t/rpl_alter_db.test
blob: 17ba06ce0639721c35e86b9da388d00987c10f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
source include/master-slave.inc;
connection master;
use mysql; # to be different from initial `test' db of mysqltest client
alter database collate latin1_bin;
save_master_pos;

connection slave;
sync_with_master;

# Restoring to the original state
connection master;
alter database collate latin1_swedish_ci;