Skip to content

Commit

Permalink
Adjust perfschema.privilege_table_io result
Browse files Browse the repository at this point in the history
This is fixup for the merge commit e6bdf77

FIXME: Find out why the results differ between release and debug builds.
  • Loading branch information
dr-m committed Apr 27, 2019
1 parent 5dee4a9 commit 81f6a3b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 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
1 change: 1 addition & 0 deletions mysql-test/suite/perfschema/t/privilege_table_io.test
Expand Up @@ -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,
Expand Down

0 comments on commit 81f6a3b

Please sign in to comment.