mirror of
https://github.com/MariaDB/server.git
synced 2026-04-17 13:55:32 +02: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:
parent
02d75ae1fd
commit
06b4556452
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
--event-scheduler
|
||||
--event-scheduler --thread-cache-size=0
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
--thread-cache-size=0
|
||||
Loading…
Add table
Add a link
Reference in a new issue