5.6.25
This commit is contained in:
parent
d71d411905
commit
3c3724991e
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_perfschema.inc
|
--source include/have_perfschema.inc
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
--source ../include/wait_for_pfs_thread_count.inc
|
--source ../include/wait_for_pfs_thread_count.inc
|
||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Making sure not to run when ps-protocol is set.
|
# Making sure not to run when ps-protocol is set.
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
|
|
||||||
--echo ####################################
|
--echo ####################################
|
||||||
--echo # SETUP
|
--echo # SETUP
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_perfschema.inc
|
--source include/have_perfschema.inc
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
--source ../include/wait_for_pfs_thread_count.inc
|
--source ../include/wait_for_pfs_thread_count.inc
|
||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
# Tests for the performance schema
|
|
||||||
|
|
||||||
# The file with expected results fits only to a run without
|
|
||||||
# ps-protocol/sp-protocol/cursor-protocol/view-protocol.
|
|
||||||
if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
|
|
||||||
+ $VIEW_PROTOCOL > 0`)
|
|
||||||
{
|
|
||||||
--skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
|
|
||||||
}
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_perfschema.inc
|
--source include/have_perfschema.inc
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_perfschema.inc
|
--source include/have_perfschema.inc
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
--source ../include/wait_for_pfs_thread_count.inc
|
--source ../include/wait_for_pfs_thread_count.inc
|
||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
|
@ -13,7 +13,7 @@ processlist_user NULL
|
|||||||
processlist_host NULL
|
processlist_host NULL
|
||||||
processlist_db NULL
|
processlist_db NULL
|
||||||
processlist_command NULL
|
processlist_command NULL
|
||||||
processlist_info INTERNAL DDL LOG RECOVER IN PROGRESS
|
processlist_info NULL
|
||||||
unified_parent_thread_id NULL
|
unified_parent_thread_id NULL
|
||||||
role NULL
|
role NULL
|
||||||
instrumented YES
|
instrumented YES
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_perfschema.inc
|
--source include/have_perfschema.inc
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
|
|
||||||
TRUNCATE TABLE performance_schema.events_statements_summary_by_digest;
|
TRUNCATE TABLE performance_schema.events_statements_summary_by_digest;
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# On windows, the socket instrumentation collects an extra "opt"
|
# On windows, the socket instrumentation collects an extra "opt"
|
||||||
# event, which changes the test output.
|
# event, which changes the test output.
|
||||||
--source include/not_windows.inc
|
--source include/not_windows.inc
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
--source ../include/wait_for_pfs_thread_count.inc
|
--source ../include/wait_for_pfs_thread_count.inc
|
||||||
--source include/have_QC_Disabled.inc
|
--source include/have_QC_Disabled.inc
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_perfschema.inc
|
--source include/have_perfschema.inc
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
|
|
||||||
-- source include/master-slave.inc
|
-- source include/master-slave.inc
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_perfschema.inc
|
--source include/have_perfschema.inc
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
--source include/have_binlog_format_mixed.inc
|
--source include/have_binlog_format_mixed.inc
|
||||||
--source include/master-slave.inc
|
--source include/master-slave.inc
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# happens per SQL statement within our MTR tests. And there is a significant
|
# happens per SQL statement within our MTR tests. And there is a significant
|
||||||
# difference between standard statement execution and execution via
|
# difference between standard statement execution and execution via
|
||||||
# prepared statement.
|
# prepared statement.
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
|
|
||||||
# Set this to enable debugging output
|
# Set this to enable debugging output
|
||||||
let $my_socket_debug= 0;
|
let $my_socket_debug= 0;
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
# happens per SQL statement within our MTR tests. And there is a significant
|
# happens per SQL statement within our MTR tests. And there is a significant
|
||||||
# difference between standard statement execution and execution via
|
# difference between standard statement execution and execution via
|
||||||
# prepared statement.
|
# prepared statement.
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
|
|
||||||
|
|
||||||
#===================================
|
#===================================
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
# happens per SQL statement within our MTR tests. And there is a significant
|
# happens per SQL statement within our MTR tests. And there is a significant
|
||||||
# difference between standard statement execution and execution via
|
# difference between standard statement execution and execution via
|
||||||
# prepared statement.
|
# prepared statement.
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
|
|
||||||
|
|
||||||
#===================================
|
#===================================
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_perfschema.inc
|
--source include/have_perfschema.inc
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
|
|
||||||
USE performance_schema;
|
USE performance_schema;
|
||||||
truncate table events_statements_history_long;
|
truncate table events_statements_history_long;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_perfschema.inc
|
--source include/have_perfschema.inc
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
|
|
||||||
USE performance_schema;
|
USE performance_schema;
|
||||||
truncate table events_statements_summary_by_digest;
|
truncate table events_statements_summary_by_digest;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_perfschema.inc
|
--source include/have_perfschema.inc
|
||||||
--source ../include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
|
|
||||||
TRUNCATE TABLE performance_schema.events_statements_summary_by_digest;
|
TRUNCATE TABLE performance_schema.events_statements_summary_by_digest;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user