641.2.3
by Monty Taylor
InnoDB Plugin 1.0.4 |
1 |
#
|
2 |
# Bug#42101 Race condition in innodb_commit_concurrency |
|
3 |
# http://bugs.mysql.com/42101 |
|
4 |
#
|
|
5 |
||
6 |
-- source include/have_innodb.inc |
|
7 |
||
8 |
--error ER_WRONG_ARGUMENTS |
|
9 |
set global innodb_commit_concurrency=0; |
|
10 |
select @@innodb_commit_concurrency; |
|
11 |
set global innodb_commit_concurrency=1; |
|
12 |
select @@innodb_commit_concurrency; |
|
13 |
set global innodb_commit_concurrency=42; |
|
14 |
select @@innodb_commit_concurrency; |
|
15 |
set global innodb_commit_concurrency=DEFAULT; |
|
16 |
select @@innodb_commit_concurrency; |
|
17 |
--error ER_WRONG_ARGUMENTS |
|
18 |
set global innodb_commit_concurrency=0; |
|
19 |
select @@innodb_commit_concurrency; |
|
20 |
set global innodb_commit_concurrency=1; |
|
21 |
select @@innodb_commit_concurrency; |