diff options
author | stewart@willster.(none) <> | 2006-09-20 17:09:53 +1000 |
---|---|---|
committer | stewart@willster.(none) <> | 2006-09-20 17:09:53 +1000 |
commit | 0f3874dffacf187614d43c837eca882d5387f82b (patch) | |
tree | 7582e9a203ff3160ce8d4932f981c4446243eab6 /sql/ha_ndbcluster.h | |
parent | 9d2e6b8d23eb5e18a75a2fcb42a63abc97461c38 (diff) | |
parent | f8fdc3bcb006a603b4bc38fb52d027cd94544438 (diff) | |
download | mariadb-git-0f3874dffacf187614d43c837eca882d5387f82b.tar.gz |
Merge willster.(none):/home/stewart/Documents/MySQL/4.1/ndb
into willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 5e3811a5e8e..d747fecfba1 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -262,6 +262,8 @@ class ha_ndbcluster: public handler void no_uncommitted_rows_init(THD *); void no_uncommitted_rows_reset(THD *); + void release_completed_operations(NdbConnection*); + friend int execute_no_commit(ha_ndbcluster*, NdbConnection*); friend int execute_commit(ha_ndbcluster*, NdbConnection*); friend int execute_no_commit_ie(ha_ndbcluster*, NdbConnection*); |