diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-09-17 14:58:08 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-09-17 14:58:08 +0000 |
commit | 4c4573188121bcbdf5fe0c1063bc0f18b22aebc8 (patch) | |
tree | fd6b483a053a1207d6773b98547feaaf15bc5195 /sql/ha_ndbcluster.h | |
parent | f21e6d81ff354f4f29bca1cf2b8d9e670ef47663 (diff) | |
download | mariadb-git-4c4573188121bcbdf5fe0c1063bc0f18b22aebc8.tar.gz |
Preparation for batching
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 a25d3e18310..5d8aa0e76db 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -263,6 +263,8 @@ class ha_ndbcluster: public handler void no_uncommitted_rows_update(int); void no_uncommitted_rows_init(THD *); void no_uncommitted_rows_reset(THD *); + + friend int execute_no_commit(ha_ndbcluster*, NdbConnection*); }; bool ndbcluster_init(void); |