From eadf1586b8d519c22a9c038cdda16b212e33021a Mon Sep 17 00:00:00 2001 From: Omer BarNir Date: Thu, 4 Feb 2010 12:14:51 -0800 Subject: [PATCH] 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 --- mysql-test/suite/sys_vars/r/pseudo_thread_id_basic.result | 3 --- mysql-test/suite/sys_vars/t/pseudo_thread_id_basic.test | 1 - 2 files changed, 4 deletions(-) diff --git a/mysql-test/suite/sys_vars/r/pseudo_thread_id_basic.result b/mysql-test/suite/sys_vars/r/pseudo_thread_id_basic.result index 4457d2a0075..ee6169a9e35 100644 --- a/mysql-test/suite/sys_vars/r/pseudo_thread_id_basic.result +++ b/mysql-test/suite/sys_vars/r/pseudo_thread_id_basic.result @@ -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 diff --git a/mysql-test/suite/sys_vars/t/pseudo_thread_id_basic.test b/mysql-test/suite/sys_vars/t/pseudo_thread_id_basic.test index 4f5e7bcf23e..fef3e906869 100644 --- a/mysql-test/suite/sys_vars/t/pseudo_thread_id_basic.test +++ b/mysql-test/suite/sys_vars/t/pseudo_thread_id_basic.test @@ -11,7 +11,6 @@ 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 10000; -select @@session.pseudo_thread_id; --echo should be empty show global variables like 'pseudo_thread_id';