mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 02:05:31 +02:00
Make innodb_thread_concurrency 0 by default.
Fixing test result.
This commit is contained in:
parent
7d43d6fdd6
commit
dce2086a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue