commit 8693ad3f2d2f842c6a3f9d313149575b2c7e3a9c Author: Laurynas Biveinis Date: Mon Feb 12 15:29:24 2018 +0200 Testcase updates for 70500, squash on the next opportunity diff --git a/mysql-test/suite/perfschema/r/dml_setup_threads.result b/mysql-test/suite/perfschema/r/dml_setup_threads.result index 499629cb381..605274e2428 100644 --- a/mysql-test/suite/perfschema/r/dml_setup_threads.result +++ b/mysql-test/suite/perfschema/r/dml_setup_threads.result @@ -4,6 +4,7 @@ order by name limit 10; NAME ENABLED HISTORY PROPERTIES VOLATILITY DOCUMENTATION thread/innodb/archiver_thread YES YES 0 NULL thread/innodb/buf_dump_thread YES YES 0 NULL +thread/innodb/buf_lru_manager_thread YES YES 0 NULL thread/innodb/buf_resize_thread YES YES 0 NULL thread/innodb/dict_stats_thread YES YES 0 NULL thread/innodb/fts_optimize_thread YES YES 0 NULL @@ -11,7 +12,6 @@ thread/innodb/fts_parallel_merge_thread YES YES 0 NULL thread/innodb/fts_parallel_tokenization_thread YES YES 0 NULL thread/innodb/io_handler_thread YES YES 0 NULL thread/innodb/io_ibuf_thread YES YES 0 NULL -thread/innodb/io_log_thread YES YES 0 NULL select * from performance_schema.setup_threads where enabled='YES'; insert into performance_schema.setup_threads diff --git a/mysql-test/suite/sysschema/r/pr_ps_setup_show_enabled.result b/mysql-test/suite/sysschema/r/pr_ps_setup_show_enabled.result index 4dbbdcdc403..0d4e755729b 100644 --- a/mysql-test/suite/sysschema/r/pr_ps_setup_show_enabled.result +++ b/mysql-test/suite/sysschema/r/pr_ps_setup_show_enabled.result @@ -211,6 +211,7 @@ statements_digest thread_instrumentation enabled_threads thread_type innodb/buf_dump_thread BACKGROUND +innodb/buf_lru_manager_thread BACKGROUND innodb/buf_resize_thread BACKGROUND innodb/dict_stats_thread BACKGROUND innodb/fts_optimize_thread BACKGROUND @@ -255,6 +256,7 @@ statements_digest thread_instrumentation enabled_threads thread_type innodb/buf_dump_thread BACKGROUND +innodb/buf_lru_manager_thread BACKGROUND innodb/buf_resize_thread BACKGROUND innodb/dict_stats_thread BACKGROUND innodb/fts_optimize_thread BACKGROUND