1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixes to PB failiurs

This commit is contained in:
Omer BarNir
2010-02-03 09:11:16 -08:00
parent c4f58dcbe5
commit fe557b7b0d
9 changed files with 22 additions and 3 deletions

View File

@@ -10,7 +10,8 @@
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 1000;
select @@session.pseudo_thread_id between 1 and 10000;
select @@session.pseudo_thread_id;
--echo should be empty
show global variables like 'pseudo_thread_id';