summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.(none)>2004-09-14 15:51:57 +0000
committerunknown <tomas@poseidon.(none)>2004-09-14 15:51:57 +0000
commitccddfc8eaab46975e46182ef3a81b78d1c7f3ece (patch)
treedd939ce4092e1e57248c9505d4690d87c44ce621 /sql/ha_ndbcluster.h
parentd2774080f0f08892a71f20d50405a65da7c9ca88 (diff)
downloadmariadb-git-ccddfc8eaab46975e46182ef3a81b78d1c7f3ece.tar.gz
Added testcase for select count() during transaction with failures
added fix for keeping "records" up to date when execute() fails mysql-test/r/ndb_insert.result: Added testcase for select count() during transaction with failures mysql-test/t/ndb_insert.test: Added testcase for select count() during transaction with failures sql/ha_ndbcluster.cc: added fix for keeping "records" up to date when execute() fails sql/ha_ndbcluster.h: added fix for keeping "records" up to date when execute() fails
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index f223ada55b1..036c05dcd20 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -254,6 +254,7 @@ class ha_ndbcluster: public handler
uint dupkey;
void records_update();
+ void no_uncommitted_rows_execute_failure();
void no_uncommitted_rows_update(int);
void no_uncommitted_rows_init(THD *);
void no_uncommitted_rows_reset(THD *);