mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Corrections to pseudi_thread_id_basic test (WL4738)
mysql-test/suite/sys_vars/r/pseudo_thread_id_basic.result: Updated result file mysql-test/suite/sys_vars/t/pseudo_thread_id_basic.test: Removed specific thread_id result vaue used for debuging PB2 issue
This commit is contained in:
@ -3,9 +3,6 @@ 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
|
||||
select @@session.pseudo_thread_id;
|
||||
@@session.pseudo_thread_id
|
||||
2
|
||||
should be empty
|
||||
show global variables like 'pseudo_thread_id';
|
||||
Variable_name Value
|
||||
|
Reference in New Issue
Block a user