diff options
author | unknown <tomas@poseidon.(none)> | 2004-09-14 15:51:57 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-09-14 15:51:57 +0000 |
commit | 0deb4c41925d58aa34cb4cb66dd09f49c2e645cb (patch) | |
tree | dd939ce4092e1e57248c9505d4690d87c44ce621 /sql/ha_ndbcluster.h | |
parent | b51118aaa0a51a606aaee1e481859234319ac8b0 (diff) | |
download | mariadb-git-0deb4c41925d58aa34cb4cb66dd09f49c2e645cb.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.h | 1 |
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 *); |