Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
99ff2745
Commit
99ff2745
authored
Apr 14, 2010
by
Vasil Dimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mysql-test innodb_bug42101-nonzero to match the latest behavior
(different error number).
parent
b35e0918
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/r/innodb_bug42101-nonzero.result
mysql-test/r/innodb_bug42101-nonzero.result
+2
-2
mysql-test/t/innodb_bug42101-nonzero.test
mysql-test/t/innodb_bug42101-nonzero.test
+2
-2
No files found.
mysql-test/r/innodb_bug42101-nonzero.result
View file @
99ff2745
set global innodb_commit_concurrency=0;
ERROR
HY000: Incorrect arguments to SET
ERROR
42000: Variable 'innodb_commit_concurrency' can't be set to the value of '0'
select @@innodb_commit_concurrency;
@@innodb_commit_concurrency
1
...
...
@@ -16,7 +16,7 @@ select @@innodb_commit_concurrency;
@@innodb_commit_concurrency
1
set global innodb_commit_concurrency=0;
ERROR
HY000: Incorrect arguments to SET
ERROR
42000: Variable 'innodb_commit_concurrency' can't be set to the value of '0'
select @@innodb_commit_concurrency;
@@innodb_commit_concurrency
1
...
...
mysql-test/t/innodb_bug42101-nonzero.test
View file @
99ff2745
...
...
@@ -5,7 +5,7 @@
--
source
include
/
have_innodb
.
inc
--
error
ER_WRONG_
ARGUMENTS
--
error
ER_WRONG_
VALUE_FOR_VAR
set
global
innodb_commit_concurrency
=
0
;
select
@@
innodb_commit_concurrency
;
set
global
innodb_commit_concurrency
=
1
;
...
...
@@ -14,7 +14,7 @@ set global innodb_commit_concurrency=42;
select
@@
innodb_commit_concurrency
;
set
global
innodb_commit_concurrency
=
DEFAULT
;
select
@@
innodb_commit_concurrency
;
--
error
ER_WRONG_
ARGUMENTS
--
error
ER_WRONG_
VALUE_FOR_VAR
set
global
innodb_commit_concurrency
=
0
;
select
@@
innodb_commit_concurrency
;
set
global
innodb_commit_concurrency
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment