diff options
author | unknown <tomas@poseidon.(none)> | 2004-09-14 16:17:01 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-09-14 16:17:01 +0000 |
commit | 6829605c4a867dee4dc7c50e954d6da6557dae16 (patch) | |
tree | c4df6abc81f67299412b985ec57fdf2788f441fd /sql/ha_ndbcluster.h | |
parent | 0deb4c41925d58aa34cb4cb66dd09f49c2e645cb (diff) | |
download | mariadb-git-6829605c4a867dee4dc7c50e954d6da6557dae16.tar.gz |
fix to make transaction failure also affect select count() on other tables in thread
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 036c05dcd20..7c00af6d5e6 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -74,6 +74,7 @@ class Thd_ndb { Ndb *ndb; ulong count; uint lock_count; + int error; }; class ha_ndbcluster: public handler |