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
f84b3b88
Commit
f84b3b88
authored
Jul 06, 2021
by
Daniel Black
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mtr: aix has no thread_pool
parent
a8136d13
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
1 deletion
+11
-1
mysql-test/include/have_pool_of_threads.inc
mysql-test/include/have_pool_of_threads.inc
+2
-1
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_idle_timeout_grant.test
...test/suite/sys_vars/t/thread_pool_idle_timeout_grant.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
-0
mysql-test/suite/sys_vars/t/thread_pool_max_threads_grant.test
...-test/suite/sys_vars/t/thread_pool_max_threads_grant.test
+1
-0
mysql-test/suite/sys_vars/t/thread_pool_min_threads_basic.test
...-test/suite/sys_vars/t/thread_pool_min_threads_basic.test
+1
-0
mysql-test/suite/sys_vars/t/thread_pool_oversubscribe_basic.test
...est/suite/sys_vars/t/thread_pool_oversubscribe_basic.test
+1
-0
mysql-test/suite/sys_vars/t/thread_pool_oversubscribe_grant.test
...est/suite/sys_vars/t/thread_pool_oversubscribe_grant.test
+1
-0
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
mysql-test/suite/sys_vars/t/thread_pool_stall_limit_grant.test
...-test/suite/sys_vars/t/thread_pool_stall_limit_grant.test
+1
-0
No files found.
mysql-test/include/have_pool_of_threads.inc
View file @
f84b3b88
--
require
include
/
have_pool_of_threads
.
require
--
source
include
/
not_aix
.
inc
--
require
include
/
have_pool_of_threads
.
require
disable_query_log
;
show
variables
like
'thread_handling'
;
enable_query_log
;
mysql-test/suite/sys_vars/t/thread_pool_idle_timeout_basic.test
View file @
f84b3b88
# uint global
--
source
include
/
not_windows
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_aix
.
inc
SET
@
start_global_value
=
@@
global
.
thread_pool_idle_timeout
;
#
...
...
mysql-test/suite/sys_vars/t/thread_pool_idle_timeout_grant.test
View file @
f84b3b88
--
source
include
/
not_windows
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_aix
.
inc
SET
@
global
=@@
global
.
thread_pool_idle_timeout
;
...
...
mysql-test/suite/sys_vars/t/thread_pool_max_threads_basic.test
View file @
f84b3b88
# uint global
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_aix
.
inc
SET
@
start_global_value
=
@@
global
.
thread_pool_max_threads
;
#
...
...
mysql-test/suite/sys_vars/t/thread_pool_max_threads_grant.test
View file @
f84b3b88
# uint global
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_aix
.
inc
SET
@
global
=@@
global
.
thread_pool_max_threads
;
...
...
mysql-test/suite/sys_vars/t/thread_pool_min_threads_basic.test
View file @
f84b3b88
# uint global
--
source
include
/
not_embedded
.
inc
--
source
include
/
windows
.
inc
--
source
include
/
not_aix
.
inc
SET
@
start_global_value
=
@@
global
.
thread_pool_min_threads
;
#
...
...
mysql-test/suite/sys_vars/t/thread_pool_oversubscribe_basic.test
View file @
f84b3b88
# uint global
--
source
include
/
not_windows
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_aix
.
inc
SET
@
start_global_value
=
@@
global
.
thread_pool_oversubscribe
;
#
...
...
mysql-test/suite/sys_vars/t/thread_pool_oversubscribe_grant.test
View file @
f84b3b88
--
source
include
/
not_windows
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_aix
.
inc
SET
@
global
=@@
global
.
thread_pool_oversubscribe
;
...
...
mysql-test/suite/sys_vars/t/thread_pool_stall_limit_basic.test
View file @
f84b3b88
# uint global
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_aix
.
inc
SET
@
start_global_value
=
@@
global
.
thread_pool_stall_limit
;
#
...
...
mysql-test/suite/sys_vars/t/thread_pool_stall_limit_grant.test
View file @
f84b3b88
# uint global
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_aix
.
inc
SET
@
global
=@@
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