1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-27 13:04:36 +03:00
Files
mariadb/mysql-test/suite/engines/funcs/t/rpl_alter_db.test
2010-03-17 23:42:07 -07:00

13 lines
309 B
Plaintext

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;