mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
remove one particularly stupid test
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
select @@global.pseudo_thread_id;
|
select @@global.pseudo_thread_id;
|
||||||
ERROR HY000: Variable 'pseudo_thread_id' is a SESSION variable
|
ERROR HY000: Variable 'pseudo_thread_id' is a SESSION variable
|
||||||
select @@session.pseudo_thread_id between 1 and 10000;
|
|
||||||
@@session.pseudo_thread_id between 1 and 10000
|
|
||||||
1
|
|
||||||
should be empty
|
should be empty
|
||||||
show global variables like 'pseudo_thread_id';
|
show global variables like 'pseudo_thread_id';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
|
@@ -9,9 +9,6 @@
|
|||||||
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
||||||
select @@global.pseudo_thread_id;
|
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
|
--echo should be empty
|
||||||
show global variables like 'pseudo_thread_id';
|
show global variables like 'pseudo_thread_id';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user