diff options
author | unknown <aivanov/alexi@mysql.com/mysqld.localdomain> | 2006-07-30 05:16:08 +0400 |
---|---|---|
committer | unknown <aivanov/alexi@mysql.com/mysqld.localdomain> | 2006-07-30 05:16:08 +0400 |
commit | dce2086a0eb6e9a5b9bc34dac32d86c68ac94271 (patch) | |
tree | 674e38c97a34d46229672bff86a5e3b6a221c304 | |
parent | 7d43d6fdd6116ecc9d68b731f429adb9d280092a (diff) | |
download | mariadb-git-dce2086a0eb6e9a5b9bc34dac32d86c68ac94271.tar.gz |
Make innodb_thread_concurrency 0 by default.
Fixing test result.
-rw-r--r-- | mysql-test/r/innodb.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/innodb.result b/mysql-test/r/innodb.result index 72ae29185bc..be24c19d5e8 100644 --- a/mysql-test/r/innodb.result +++ b/mysql-test/r/innodb.result @@ -1830,7 +1830,7 @@ innodb_thread_concurrency 1000 set global innodb_thread_concurrency=0; show variables like "innodb_thread_concurrency"; Variable_name Value -innodb_thread_concurrency 1 +innodb_thread_concurrency 0 set global innodb_thread_concurrency=16; show variables like "innodb_thread_concurrency"; Variable_name Value |