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
ede42308
Commit
ede42308
authored
Dec 27, 2011
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable threadpool threads in sys_var suite, when the suite runs with embedded server
parent
27ef2fda
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
mysql-test/suite/sys_vars/t/thread_pool_idle_timeout_basic.test
...test/suite/sys_vars/t/thread_pool_idle_timeout_basic.test
+1
-0
mysql-test/suite/sys_vars/t/thread_pool_max_threads_basic.test
...-test/suite/sys_vars/t/thread_pool_max_threads_basic.test
+1
-1
mysql-test/suite/sys_vars/t/thread_pool_size_basic.test
mysql-test/suite/sys_vars/t/thread_pool_size_basic.test
+2
-1
mysql-test/suite/sys_vars/t/thread_pool_stall_limit_basic.test
...-test/suite/sys_vars/t/thread_pool_stall_limit_basic.test
+1
-0
No files found.
mysql-test/suite/sys_vars/t/thread_pool_idle_timeout_basic.test
View file @
ede42308
# uint global
--
source
include
/
not_windows
.
inc
--
source
include
/
not_embedded
.
inc
SET
@
start_global_value
=
@@
global
.
thread_pool_idle_timeout
;
#
...
...
mysql-test/suite/sys_vars/t/thread_pool_max_threads_basic.test
View file @
ede42308
# uint global
--
source
include
/
not_embedded
.
inc
SET
@
start_global_value
=
@@
global
.
thread_pool_max_threads
;
#
...
...
mysql-test/suite/sys_vars/t/thread_pool_size_basic.test
View file @
ede42308
# uint global
--
source
include
/
not_windows
.
inc
--
source
include
/
not_embedded
.
inc
SET
@
start_global_value
=
@@
global
.
thread_pool_size
;
#
# exists as global only
#
--
replace_column
2
#
--
replace_column
1
#
select
@@
global
.
thread_pool_size
;
--
error
ER_INCORRECT_GLOBAL_LOCAL_VAR
select
@@
session
.
thread_pool_size
;
...
...
mysql-test/suite/sys_vars/t/thread_pool_stall_limit_basic.test
View file @
ede42308
# uint global
--
source
include
/
not_windows
.
inc
--
source
include
/
not_embedded
.
inc
SET
@
start_global_value
=
@@
global
.
thread_pool_stall_limit
;
#
...
...
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