mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
innodb.result: Set the default value of innodb_thread_concurrency to 8.
This has already been changed in the MySQL source code tree.
This commit is contained in:
parent
52c09c8c9c
commit
49606878fc
1 changed files with 1 additions and 1 deletions
|
@ -1799,7 +1799,7 @@ Variable_name Value
|
||||||
innodb_sync_spin_loops 20
|
innodb_sync_spin_loops 20
|
||||||
show variables like "innodb_thread_concurrency";
|
show variables like "innodb_thread_concurrency";
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
innodb_thread_concurrency 20
|
innodb_thread_concurrency 8
|
||||||
set global innodb_thread_concurrency=1001;
|
set global innodb_thread_concurrency=1001;
|
||||||
show variables like "innodb_thread_concurrency";
|
show variables like "innodb_thread_concurrency";
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
|
|
Loading…
Add table
Reference in a new issue