Make innodb_thread_concurrency 0 by default.
Fixing test result.
This commit is contained in:
parent
7d43d6fdd6
commit
dce2086a0e
@ -1830,7 +1830,7 @@ innodb_thread_concurrency 1000
|
|||||||
set global innodb_thread_concurrency=0;
|
set global innodb_thread_concurrency=0;
|
||||||
show variables like "innodb_thread_concurrency";
|
show variables like "innodb_thread_concurrency";
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
innodb_thread_concurrency 1
|
innodb_thread_concurrency 0
|
||||||
set global innodb_thread_concurrency=16;
|
set global innodb_thread_concurrency=16;
|
||||||
show variables like "innodb_thread_concurrency";
|
show variables like "innodb_thread_concurrency";
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user