blob: 18aabe5272d8f642d6e5d2c2da8b78432423390f (
plain)
1
2
3
4
5
6
7
8
9
10
|
--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
|