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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
66f1469a
Commit
66f1469a
authored
Feb 04, 2010
by
Omer BarNir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrections to pseudi_thread_id_basic test (WL4738)
parent
fe557b7b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
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
-1
No files found.
mysql-test/suite/sys_vars/r/pseudo_thread_id_basic.result
View file @
66f1469a
...
...
@@ -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
...
...
mysql-test/suite/sys_vars/t/pseudo_thread_id_basic.test
View file @
66f1469a
...
...
@@ -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'
;
...
...
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