mirror of
https://github.com/MariaDB/server.git
synced 2025-05-11 13:21:44 +03:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
--source include/have_perfschema.inc
|
|
--source include/have_binlog_format_mixed.inc
|
|
--source include/master-slave.inc
|
|
|
|
UPDATE performance_schema.setup_instruments SET ENABLED="NO";
|
|
|
|
--sync_slave_with_master
|
|
--source include/rpl_end.inc
|
|
|
|
# End of test case
|