mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.5 merge
This commit is contained in:
@ -42,7 +42,9 @@ set global innodb_change_buffering_debug='foo';
|
||||
set global innodb_change_buffering_debug=-2;
|
||||
--error ER_WRONG_TYPE_FOR_VAR
|
||||
set global innodb_change_buffering_debug=1e1;
|
||||
set global innodb_change_buffering_debug=2;
|
||||
# The value 2 is supposed to kill the server if there are unmerged changes.
|
||||
# Do not try to set the value to 2 or anything that can be clamped to 2.
|
||||
#set global innodb_change_buffering_debug=2;
|
||||
|
||||
#
|
||||
# Cleanup
|
||||
|
@ -0,0 +1 @@
|
||||
--echo XtraDB extension
|
||||
|
@ -0,0 +1 @@
|
||||
--echo XtraDB extension
|
@ -0,0 +1 @@
|
||||
--echo XtraDB extension
|
@ -9,9 +9,6 @@
|
||||
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
||||
select @@global.pseudo_thread_id;
|
||||
|
||||
# Check the variable has a valid numeric value (assumed to be less then 10000)
|
||||
select @@session.pseudo_thread_id between 1 and 10000;
|
||||
|
||||
--echo should be empty
|
||||
show global variables like 'pseudo_thread_id';
|
||||
|
||||
|
Reference in New Issue
Block a user