1
0
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:
Omer BarNir
2010-02-04 12:14:51 -08:00
parent e9da37b6e7
commit eadf1586b8
2 changed files with 0 additions and 4 deletions

View File

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