summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/linux.site>2007-04-24 11:17:27 +0200
committerunknown <mskold/marty@mysql.com/linux.site>2007-04-24 11:17:27 +0200
commit38672eb79896c6557559eef3fef9ac5a1ef15962 (patch)
tree7d81b82aa7a82ebb9c2868746410438920872f5d /sql/ha_ndbcluster.h
parent25b372b3fd7e7800e657b17f5295b332814192ec (diff)
downloadmariadb-git-38672eb79896c6557559eef3fef9ac5a1ef15962.tar.gz
Moved method definition to ease merge to 5.1
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index 3904d3da416..47510337bf4 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -310,6 +310,8 @@ bool uses_blob_value(bool all_fields);
void no_uncommitted_rows_init(THD *);
void no_uncommitted_rows_reset(THD *);
+ void release_completed_operations(NdbTransaction*, bool);
+
friend int execute_commit(ha_ndbcluster*, NdbTransaction*);
friend int execute_no_commit(ha_ndbcluster*, NdbTransaction*, bool);
friend int execute_no_commit_ie(ha_ndbcluster*, NdbTransaction*, bool);
@@ -357,7 +359,6 @@ bool uses_blob_value(bool all_fields);
bool m_force_send;
ha_rows m_autoincrement_prefetch;
bool m_transaction_on;
- void release_completed_operations(NdbTransaction*, bool);
ha_ndbcluster_cond *m_cond;
bool m_disable_multi_read;