mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 11.4 into 11.7
This commit is contained in:
@@ -7,7 +7,6 @@ select * from performance_schema.session_status limit 0;
|
||||
VARIABLE_NAME VARIABLE_VALUE
|
||||
set max_session_mem_used=32768;
|
||||
select * from performance_schema.session_status;
|
||||
ERROR HY000: The MariaDB server is running with the --max-session-mem-used=32768 option so it cannot execute this statement
|
||||
set global innodb_io_capacity_max=100;
|
||||
Warnings:
|
||||
Warning 1210 Setting innodb_io_capacity_max 100 lower than innodb_io_capacity 200.
|
||||
|
@@ -10,7 +10,6 @@ username event_name nesting_event_type
|
||||
username event_name nesting_event_type
|
||||
user1 stage/sql/starting STATEMENT
|
||||
user1 stage/sql/starting STATEMENT
|
||||
user1 stage/sql/starting STATEMENT
|
||||
user1 stage/sql/Query end STATEMENT
|
||||
user1 stage/sql/closing tables STATEMENT
|
||||
user1 stage/sql/Query end STATEMENT
|
||||
|
Reference in New Issue
Block a user