mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
disable session_track_schema for perfschema.socket_summary_by_instance_func
because it counts number of bytes sent and expects it to be independent from the database name length
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
set global session_track_schema=FALSE;
|
||||||
# The logging of commands and result sets is mostly disabled.
|
# The logging of commands and result sets is mostly disabled.
|
||||||
# There are some messages which help to observe the progress of the test.
|
# There are some messages which help to observe the progress of the test.
|
||||||
# In case some check fails
|
# In case some check fails
|
||||||
@ -218,3 +219,4 @@ connection default;
|
|||||||
TRUNCATE TABLE performance_schema.socket_summary_by_instance;
|
TRUNCATE TABLE performance_schema.socket_summary_by_instance;
|
||||||
# 6. Cleanup
|
# 6. Cleanup
|
||||||
connection default;
|
connection default;
|
||||||
|
set global session_track_schema=DEFAULT;
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
# prepared statement.
|
# prepared statement.
|
||||||
--source include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
|
|
||||||
|
set global session_track_schema=FALSE;
|
||||||
|
|
||||||
#===================================
|
#===================================
|
||||||
# Set IP address defaults with respect to IPV6 support
|
# Set IP address defaults with respect to IPV6 support
|
||||||
@ -1710,3 +1711,4 @@ DROP SCHEMA mysqlsupertest;
|
|||||||
--connection default
|
--connection default
|
||||||
--enable_query_log
|
--enable_query_log
|
||||||
|
|
||||||
|
set global session_track_schema=DEFAULT;
|
||||||
|
Reference in New Issue
Block a user