summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorRich Prohaska <prohaska@tokutek.com>2014-11-05 04:15:43 -0500
committerRich Prohaska <prohaska@tokutek.com>2014-11-05 04:15:43 -0500
commit7adf64d857e0ed2a048f4db2f6cc47e43ec21053 (patch)
tree83ac2a425745c708a0e4335a65883a1834b9fd21 /storage
parentb46b469817a113da5d548d8431edff7bc576f6d2 (diff)
downloadmariadb-git-7adf64d857e0ed2a048f4db2f6cc47e43ec21053.tar.gz
DB-730 build tokudb without XA
Diffstat (limited to 'storage')
-rw-r--r--storage/tokudb/hatoku_hton.cc2
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;