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:
@ -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
|
Reference in New Issue
Block a user