1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

branches/zip: Make innodb_thread_concurrency=0 the default.

The old default was 8.
This commit is contained in:
marko
2009-02-11 22:14:19 +00:00
parent e84b9b26d6
commit b6beea92c4
3 changed files with 10 additions and 2 deletions

View File

@ -1783,7 +1783,7 @@ Variable_name Value
innodb_sync_spin_loops 20
show variables like "innodb_thread_concurrency";
Variable_name Value
innodb_thread_concurrency 8
innodb_thread_concurrency 0
set global innodb_thread_concurrency=1001;
Warnings:
Warning 1292 Truncated incorrect thread_concurrency value: '1001'