mirror of
https://github.com/MariaDB/server.git
synced 2025-05-27 01:57:48 +03:00

Problem was a null pointer Fixed by passing correct database name to slave filtering mechanism Added test.
11 lines
215 B
Plaintext
11 lines
215 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;
|
|
|
|
|