summaryrefslogtreecommitdiff
path: root/sql/ha_berkeley.h
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-11-24 01:51:18 +0200
committermonty@donna.mysql.com <>2000-11-24 01:51:18 +0200
commit81bc313e99ed12ff87ca45529a11ab31acc28263 (patch)
treef7a94e9f7992838a96724db08a38f94bd9d50e27 /sql/ha_berkeley.h
parentc62554025dad1f70cf5335233864b390cf5de95e (diff)
downloadmariadb-git-81bc313e99ed12ff87ca45529a11ab31acc28263.tar.gz
All statements are now run in a sub transaction
Give warning if we are using non transactional tables and do ROLLBACK Porting of crash-me and benchmarks to FrontBase
Diffstat (limited to 'sql/ha_berkeley.h')
-rw-r--r--sql/ha_berkeley.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_berkeley.h b/sql/ha_berkeley.h
index 1d1de613ce0..3cfcab82ecf 100644
--- a/sql/ha_berkeley.h
+++ b/sql/ha_berkeley.h
@@ -156,5 +156,5 @@ extern TYPELIB berkeley_lock_typelib;
bool berkeley_init(void);
bool berkeley_end(void);
bool berkeley_flush_logs(void);
-int berkeley_commit(THD *thd);
-int berkeley_rollback(THD *thd);
+int berkeley_commit(THD *thd, void *trans);
+int berkeley_rollback(THD *thd, void *trans);