diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2016-09-08 22:41:50 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2016-09-08 22:41:50 +0200 |
commit | 1f2ff25eba6c089b2698cd0dab96155ccbf2afd2 (patch) | |
tree | 5e0f148caaca148a0d9b7b25365c5c177b5fc1e5 /sql/transaction.h | |
parent | effb65bc863da0f1115e16ef5f11d11a13cdc7a0 (diff) | |
download | mariadb-git-1f2ff25eba6c089b2698cd0dab96155ccbf2afd2.tar.gz |
Fixed embedded server.
Diffstat (limited to 'sql/transaction.h')
-rw-r--r-- | sql/transaction.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |