diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-01-23 14:58:05 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-01-23 14:58:05 +0100 |
commit | f1e758dc6f4183a8e3856d21c95f7e4973c585c1 (patch) | |
tree | 4a07bbdbb078cf9d5ae98d0bd5fc89c0e8ceaa74 | |
parent | 7925bf6b40aed5af7ed3e45cb4818c3be6f55064 (diff) | |
download | mariadb-git-f1e758dc6f4183a8e3856d21c95f7e4973c585c1.tar.gz |
remove one particularly stupid test
-rw-r--r-- | mysql-test/suite/sys_vars/r/pseudo_thread_id_basic.result | 3 | ||||
-rw-r--r-- | mysql-test/suite/sys_vars/t/pseudo_thread_id_basic.test | 3 |
2 files changed, 0 insertions, 6 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 ee6169a9e35..4192f6b2444 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 @@ -1,8 +1,5 @@ select @@global.pseudo_thread_id; 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 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 fef3e906869..aaf87912213 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 @@ -9,9 +9,6 @@ --error ER_INCORRECT_GLOBAL_LOCAL_VAR 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; - --echo should be empty show global variables like 'pseudo_thread_id'; |