summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/perfschema/t/update_order-3837.test
blob: 72e3941fcdeafa91ae54d46d2dba7b102301bbb7 (plain)
1
2
3
4
5
6
7
8
--source include/not_embedded.inc
--source include/have_perfschema.inc

#
# MDEV-3837 Assertion `table->read_set == &table->def_read_set' failed on updating a performance_schema table 
#
UPDATE performance_schema.setup_instruments SET timed = 'YES' ORDER BY name;