summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/dml_setup_instruments.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-03-13 17:52:10 +0100
committerSergei Golubchik <serg@mariadb.org>2020-03-14 09:51:36 +0100
commitdf25d67d5fc987ebc76160639bb76a1d42a05280 (patch)
tree5d3c1ec9e6a21469321871e2faa398dac5afef94 /mysql-test/suite/perfschema/r/dml_setup_instruments.result
parent57de4def856a136c60dbf65b1fbbb5a2e755c9ba (diff)
downloadmariadb-git-df25d67d5fc987ebc76160639bb76a1d42a05280.tar.gz
perfschema test formatting. Use --echo #
Diffstat (limited to 'mysql-test/suite/perfschema/r/dml_setup_instruments.result')
-rw-r--r--mysql-test/suite/perfschema/r/dml_setup_instruments.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/perfschema/r/dml_setup_instruments.result b/mysql-test/suite/perfschema/r/dml_setup_instruments.result
index 27b744977dd..884d5533a98 100644
--- a/mysql-test/suite/perfschema/r/dml_setup_instruments.result
+++ b/mysql-test/suite/perfschema/r/dml_setup_instruments.result
@@ -77,10 +77,10 @@ LOCK TABLES performance_schema.setup_instruments READ;
UNLOCK TABLES;
LOCK TABLES performance_schema.setup_instruments WRITE;
UNLOCK TABLES;
-
+#
# Bug#13813193 ASSERTION `TABLE->READ_SET ==
# &TABLE->DEF_READ_SET' FAILED / MYSQL_UPDATE
-
+#
UPDATE performance_schema.setup_instruments SET timed='NO'
ORDER BY RAND();
update performance_schema.setup_instruments