Merge branch 'master' into releases/tokudb-7.5

This commit is contained in:
Rich Prohaska 2014-11-05 09:28:29 -05:00
commit a9e5093e93
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
--source include/have_innodb.inc
--source include/have_tokudb.inc
--source include/big_test.inc
--disable_warnings
drop table if exists t1, t2;

View file

@ -625,8 +625,8 @@ int tokudb_end(handlerton * hton, ha_panic_function type) {
if (db_env) {
if (tokudb_init_flags & DB_INIT_LOG)
tokudb_cleanup_log_files();
#if TOKU_INCLUDE_XA
long total_prepared = 0; // count the total number of prepared txn's that we discard
#if TOKU_INCLUDE_XA
while (1) {
// get xid's
const long n_xid = 1;