diff options
author | unknown <stewart@willster.(none)> | 2006-09-20 17:09:53 +1000 |
---|---|---|
committer | unknown <stewart@willster.(none)> | 2006-09-20 17:09:53 +1000 |
commit | d4d3dcacaa896fb5cc4ad25885bf2521a07e04d1 (patch) | |
tree | 7582e9a203ff3160ce8d4932f981c4446243eab6 /sql/ha_ndbcluster.h | |
parent | e34496e5d827c774a92891fb8201a53a27564e38 (diff) | |
parent | ec2512cf184c6746df48e2dfd5f493c3278e393a (diff) | |
download | mariadb-git-d4d3dcacaa896fb5cc4ad25885bf2521a07e04d1.tar.gz |
Merge willster.(none):/home/stewart/Documents/MySQL/4.1/ndb
into willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2
sql/ha_ndbcluster.cc:
Auto merged
sql/ha_ndbcluster.h:
Auto merged
sql/sql_select.cc:
Auto merged
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*); |