mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
DB-730 build tokudb without XA
This commit is contained in:
parent
18951c10fa
commit
64560d816e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue