1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed failures from changing values of thread_stack and thread_cache_size

Added --thread_cache_size=0 to some tests that was depending on not having
a thread cache.
This commit is contained in:
Monty
2016-03-23 15:10:08 +02:00
parent 02d75ae1fd
commit 06b4556452
3 changed files with 3 additions and 2 deletions

View File

@ -1432,7 +1432,7 @@ thread-pool-idle-timeout 60
thread-pool-max-threads 1000
thread-pool-oversubscribe 3
thread-pool-stall-limit 500
thread-stack 295936
thread-stack 296960
time-format %H:%i:%s
timed-mutexes FALSE
tmp-table-size 16777216

View File

@ -1 +1 @@
--event-scheduler
--event-scheduler --thread-cache-size=0

View File

@ -0,0 +1 @@
--thread-cache-size=0