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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
8bff5101
Commit
8bff5101
authored
Sep 20, 2012
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not try innodb_change_buffering_debug=2.
parent
161a91d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
mysql-test/suite/sys_vars/r/innodb_change_buffering_debug_basic.result
...ite/sys_vars/r/innodb_change_buffering_debug_basic.result
+0
-3
mysql-test/suite/sys_vars/t/innodb_change_buffering_debug_basic.test
...suite/sys_vars/t/innodb_change_buffering_debug_basic.test
+3
-1
No files found.
mysql-test/suite/sys_vars/r/innodb_change_buffering_debug_basic.result
View file @
8bff5101
...
...
@@ -55,9 +55,6 @@ Warnings:
Warning 1292 Truncated incorrect innodb_change_buffering_debug value: '-2'
set global innodb_change_buffering_debug=1e1;
ERROR 42000: Incorrect argument type to variable 'innodb_change_buffering_debug'
set global innodb_change_buffering_debug=2;
Warnings:
Warning 1292 Truncated incorrect innodb_change_buffering_debug value: '2'
SET @@global.innodb_change_buffering_debug = @start_global_value;
SELECT @@global.innodb_change_buffering_debug;
@@global.innodb_change_buffering_debug
...
...
mysql-test/suite/sys_vars/t/innodb_change_buffering_debug_basic.test
View file @
8bff5101
...
...
@@ -42,7 +42,9 @@ set global innodb_change_buffering_debug='foo';
set
global
innodb_change_buffering_debug
=-
2
;
--
error
ER_WRONG_TYPE_FOR_VAR
set
global
innodb_change_buffering_debug
=
1
e1
;
set
global
innodb_change_buffering_debug
=
2
;
# The value 2 is supposed to kill the server if there are unmerged changes.
# Do not try to set the value to 2 or anything that can be clamped to 2.
#set global innodb_change_buffering_debug=2;
#
# Cleanup
...
...
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