summaryrefslogtreecommitdiff
path: root/storage/maria/trnman_public.h
diff options
context:
space:
mode:
authorMichael Widenius <monty@mysql.com>2008-12-09 14:36:51 +0200
committerMichael Widenius <monty@mysql.com>2008-12-09 14:36:51 +0200
commite3ae6e5995f8a0cb4fd138db0b0802f7f8a89234 (patch)
tree1b4649926b0888af579ca8552644bf1906713c4a /storage/maria/trnman_public.h
parentcd802ebe4ded66669e9bdfdfbd626e485b0a93a4 (diff)
parent33a8e45af65f0ee8421fc8ef6b4a0b5a331a0167 (diff)
downloadmariadb-git-e3ae6e5995f8a0cb4fd138db0b0802f7f8a89234.tar.gz
Merge with main Maria tree
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