~ubuntu-branches/ubuntu/utopic/mysql-5.5/utopic-security

« back to all changes in this revision

Viewing changes to storage/innobase/trx/trx0sys.c

  • Committer: Package Import Robot
  • Author(s): Seth Arnold
  • Date: 2013-04-18 18:25:54 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20130418182554-pflh0bjoc611yqxw
Tags: 5.5.31-0ubuntu0.13.04.1
* SECURITY UPDATE: Update to 5.5.31 to fix security issues (LP: #1170516)
  - http://www.oracle.com/technetwork/topics/security/cpuapr2013-1899555.html
* debian/patches/71_disable_rpl_tests.patch: refreshed.
* debian/patches/fix-mysqldump-test.patch: removed, fixed differently
  upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
#ifndef UNIV_HOTBACKUP
138
138
#ifdef UNIV_DEBUG
139
139
/* Flag to control TRX_RSEG_N_SLOTS behavior debugging. */
140
 
uint            trx_rseg_n_slots_debug = 0;
 
140
UNIV_INTERN uint        trx_rseg_n_slots_debug = 0;
141
141
#endif
142
142
 
143
143
/** This is used to track the maximum file format id known to InnoDB. It's