diff options
author | unknown <aivanov@mysql.com> | 2006-04-10 22:44:01 +0400 |
---|---|---|
committer | unknown <aivanov@mysql.com> | 2006-04-10 22:44:01 +0400 |
commit | 7897a3613ac25525fedf5996e282163fff8354a3 (patch) | |
tree | 0b53af319bba2b26e5cbf443262f2a6cad0848af /mysql-test/r/innodb.result | |
parent | e9ea29612739e0a6baf67aeb63b28d942297e6e5 (diff) | |
download | mariadb-git-7897a3613ac25525fedf5996e282163fff8354a3.tar.gz |
Fixed test case result (after BUG#15868 fix).
Diffstat (limited to 'mysql-test/r/innodb.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 e8af68a6067..c5658d22eb6 100644 --- a/mysql-test/r/innodb.result +++ b/mysql-test/r/innodb.result @@ -1821,7 +1821,7 @@ Variable_name Value innodb_sync_spin_loops 20 show variables like "innodb_thread_concurrency"; Variable_name Value -innodb_thread_concurrency 0 +innodb_thread_concurrency 8 set global innodb_thread_concurrency=1001; show variables like "innodb_thread_concurrency"; Variable_name Value |