Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f1e758dc
Commit
f1e758dc
authored
Jan 23, 2013
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove one particularly stupid test
parent
7925bf6b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
mysql-test/suite/sys_vars/r/pseudo_thread_id_basic.result
mysql-test/suite/sys_vars/r/pseudo_thread_id_basic.result
+0
-3
mysql-test/suite/sys_vars/t/pseudo_thread_id_basic.test
mysql-test/suite/sys_vars/t/pseudo_thread_id_basic.test
+0
-3
No files found.
mysql-test/suite/sys_vars/r/pseudo_thread_id_basic.result
View file @
f1e758dc
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
...
...
mysql-test/suite/sys_vars/t/pseudo_thread_id_basic.test
View file @
f1e758dc
...
...
@@ -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'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment