1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Corrections to pseudi_thread_id_basic test (WL4738)

This commit is contained in:
Omer BarNir
2010-02-04 12:14:51 -08:00
parent fe557b7b0d
commit 66f1469af6
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