Commit dce2086a authored by unknown's avatar unknown
Browse files

Make innodb_thread_concurrency 0 by default.

 Fixing test result.

parent 7d43d6fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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