diff options
author | Rich Prohaska <prohaska@tokutek.com> | 2014-11-05 04:15:43 -0500 |
---|---|---|
committer | Rich Prohaska <prohaska@tokutek.com> | 2014-11-05 04:15:43 -0500 |
commit | 7adf64d857e0ed2a048f4db2f6cc47e43ec21053 (patch) | |
tree | 83ac2a425745c708a0e4335a65883a1834b9fd21 /storage | |
parent | b46b469817a113da5d548d8431edff7bc576f6d2 (diff) | |
download | mariadb-git-7adf64d857e0ed2a048f4db2f6cc47e43ec21053.tar.gz |
DB-730 build tokudb without XA
Diffstat (limited to 'storage')
-rw-r--r-- | storage/tokudb/hatoku_hton.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/tokudb/hatoku_hton.cc b/storage/tokudb/hatoku_hton.cc index eb625231a19..903d15c7969 100644 --- a/storage/tokudb/hatoku_hton.cc +++ b/storage/tokudb/hatoku_hton.cc @@ -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; |