~ubuntu-branches/ubuntu/raring/mysql-5.5/raring-proposed

« back to all changes in this revision

Viewing changes to mysql-test/suite/sys_vars/t/innodb_change_buffering_debug_basic.test

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-01-16 08:29:25 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130116082925-znscu5xswxo6pmw2
Tags: 5.5.29-0ubuntu1
* SECURITY UPDATE: Update to 5.5.29 to fix security issues (LP: #1100264)
  - http://www.oracle.com/technetwork/topics/security/cpujan2013-1515902.html
* debian/patches/CVE-2012-5611.patch: removed, included upstream.
* debian/patches/38_scripts__mysqld_safe.sh__signals.patch: refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
set global innodb_change_buffering_debug=-2;
43
43
--error ER_WRONG_TYPE_FOR_VAR
44
44
set global innodb_change_buffering_debug=1e1;
45
 
set global innodb_change_buffering_debug=2;
 
45
# The value 2 is supposed to kill the server if there are unmerged changes.
 
46
# Do not try to set the value to 2 or anything that can be clamped to 2.
 
47
#set global innodb_change_buffering_debug=2;
46
48
 
47
49
#
48
50
# Cleanup