1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

BUG#15868 InnoDB thread thrashing

Restoring default innodb_thread_concurrency to 8
This default now matches 5.0
This commit is contained in:
elliot@mysql.com
2006-05-26 17:11:21 -04:00
parent c6abfd2f7f
commit 9ab5929eba
2 changed files with 2 additions and 2 deletions

View File

@ -1822,7 +1822,7 @@ Variable_name Value
innodb_sync_spin_loops 20
show variables like "innodb_thread_concurrency";
Variable_name Value
innodb_thread_concurrency 20
innodb_thread_concurrency 8
set global innodb_thread_concurrency=1001;
show variables like "innodb_thread_concurrency";
Variable_name Value