From 1f2ff25eba6c089b2698cd0dab96155ccbf2afd2 Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Thu, 8 Sep 2016 22:41:50 +0200 Subject: Fixed embedded server. --- sql/transaction.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sql/transaction.h') diff --git a/sql/transaction.h b/sql/transaction.h index 040f1a453cd..90de11aabe3 100644 --- a/sql/transaction.h +++ b/sql/transaction.h @@ -44,10 +44,6 @@ bool trans_xa_prepare(THD *thd); bool trans_xa_commit(THD *thd); bool trans_xa_rollback(THD *thd); -#ifndef EMBEDDED_LIBRARY void trans_reset_one_shot_chistics(THD *thd); -#else -#define trans_reset_one_shot_chistics(A) do{}while(0) -#endif //EMBEDDED_LIBRARY #endif /* TRANSACTION_H */ -- cgit v1.2.1