Skip to content

Commit 06b4556

Browse files
committed
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.
1 parent 02d75ae commit 06b4556

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

mysql-test/r/mysqld--help.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ thread-pool-idle-timeout 60
14321432
thread-pool-max-threads 1000
14331433
thread-pool-oversubscribe 3
14341434
thread-pool-stall-limit 500
1435-
thread-stack 295936
1435+
thread-stack 296960
14361436
time-format %H:%i:%s
14371437
timed-mutexes FALSE
14381438
tmp-table-size 16777216
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--event-scheduler
1+
--event-scheduler --thread-cache-size=0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--thread-cache-size=0

0 commit comments

Comments
 (0)