remove one particularly stupid test

This commit is contained in:
Sergei Golubchik 2013-01-23 14:58:05 +01:00
parent 7925bf6b40
commit f1e758dc6f
2 changed files with 0 additions and 6 deletions

View File

@ -1,8 +1,5 @@
select @@global.pseudo_thread_id;
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
show global variables like 'pseudo_thread_id';
Variable_name Value

View File

@ -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';