diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-04-27 20:01:59 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-04-27 20:06:31 +0300 |
commit | 81f6a3b0e53baa8a901da0585f0c8ecffc8449fc (patch) | |
tree | 31f51b542409560d1c75f93f66ba12bdeb433dca /mysql-test/suite/perfschema | |
parent | 5dee4a99d9bb30e5dfd5168384f8805047e403e4 (diff) | |
download | mariadb-git-81f6a3b0e53baa8a901da0585f0c8ecffc8449fc.tar.gz |
Adjust perfschema.privilege_table_io result
This is fixup for the merge commit e6bdf77e4be48750c4808a09af197ed91fd69a61
FIXME: Find out why the results differ between release and debug builds.
Diffstat (limited to 'mysql-test/suite/perfschema')
-rw-r--r-- | mysql-test/suite/perfschema/r/privilege_table_io,release.rdiff | 20 | ||||
-rw-r--r-- | mysql-test/suite/perfschema/t/privilege_table_io.test | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/r/privilege_table_io,release.rdiff b/mysql-test/suite/perfschema/r/privilege_table_io,release.rdiff new file mode 100644 index 00000000000..40eaa20d499 --- /dev/null +++ b/mysql-test/suite/perfschema/r/privilege_table_io,release.rdiff @@ -0,0 +1,20 @@ +--- privilege_table_io.result ++++ privilege_table_io.result +@@ -110,17 +110,6 @@ + wait/io/table/sql/handler handler.cc: TABLE mysql roles_mapping fetch NULL + wait/io/table/sql/handler handler.cc: TABLE mysql tables_priv fetch NULL + wait/io/table/sql/handler handler.cc: TABLE mysql procs_priv fetch NULL +-wait/io/table/sql/handler handler.cc: TABLE mysql table_stats fetch NULL +-wait/io/table/sql/handler handler.cc: TABLE mysql column_stats fetch NULL +-wait/io/table/sql/handler handler.cc: TABLE mysql column_stats fetch NULL +-wait/io/table/sql/handler handler.cc: TABLE mysql column_stats fetch NULL +-wait/io/table/sql/handler handler.cc: TABLE mysql column_stats fetch NULL +-wait/io/table/sql/handler handler.cc: TABLE mysql column_stats fetch NULL +-wait/io/table/sql/handler handler.cc: TABLE mysql column_stats fetch NULL +-wait/io/table/sql/handler handler.cc: TABLE mysql column_stats fetch NULL +-wait/io/table/sql/handler handler.cc: TABLE mysql column_stats fetch NULL +-wait/io/table/sql/handler handler.cc: TABLE mysql column_stats fetch NULL +-wait/io/table/sql/handler handler.cc: TABLE mysql index_stats fetch NULL + wait/io/table/sql/handler handler.cc: TABLE mysql servers fetch NULL + wait/io/table/sql/handler handler.cc: TABLE mysql table_stats fetch NULL + wait/io/table/sql/handler handler.cc: TABLE mysql column_stats fetch NULL diff --git a/mysql-test/suite/perfschema/t/privilege_table_io.test b/mysql-test/suite/perfschema/t/privilege_table_io.test index a74805f5c7b..73e6b0e546e 100644 --- a/mysql-test/suite/perfschema/t/privilege_table_io.test +++ b/mysql-test/suite/perfschema/t/privilege_table_io.test @@ -5,6 +5,7 @@ --source include/not_embedded.inc --source include/have_perfschema.inc --source include/restart_mysqld.inc +--source include/maybe_debug.inc --source ../include/table_io_setup_helper.inc # Remove "deleted" records from mysql.db that may come from previous tests, |