mariadb/mysql-test/suite/rpl/t/rpl_performance_schema.test
2017-09-20 18:17:50 +02:00

10 lines
255 B
Text

--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