summaryrefslogtreecommitdiff
path: root/storage/maria/trnman_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/trnman_public.h')
-rw-r--r--storage/maria/trnman_public.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/maria/trnman_public.h b/storage/maria/trnman_public.h
index b89ce23df37..d29ada159ac 100644
--- a/storage/maria/trnman_public.h
+++ b/storage/maria/trnman_public.h
@@ -69,5 +69,6 @@ my_bool trnman_exists_active_transactions(TrID min_id, TrID max_id,
#define transid_korr(P) uint6korr(P)
void trnman_lock();
void trnman_unlock();
+my_bool trman_is_inited();
C_MODE_END
#endif