From bebced25636d34fe73b4387fc9d88b0325ccd14f Mon Sep 17 00:00:00 2001 From: marko <> Date: Mon, 31 Jul 2006 11:17:32 +0000 Subject: [PATCH] innodb.result: Set the default value of innodb_thread_concurrency to 8. This has already been changed in the MySQL source code tree. --- mysql-test/innodb.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/innodb.result b/mysql-test/innodb.result index 70c575b5398..6b11dbb864a 100644 --- a/mysql-test/innodb.result +++ b/mysql-test/innodb.result @@ -1799,7 +1799,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