mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixes to PB failiurs
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
select @@global.pseudo_thread_id;
|
||||
ERROR HY000: Variable 'pseudo_thread_id' is a SESSION variable
|
||||
select @@session.pseudo_thread_id between 1 and 1000;
|
||||
@@session.pseudo_thread_id between 1 and 1000
|
||||
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