summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authortomas@whalegate.ndb.mysql.com <>2007-06-17 19:47:56 +0200
committertomas@whalegate.ndb.mysql.com <>2007-06-17 19:47:56 +0200
commit6b8e7c9484b79738af22f9547b541dc955f899be (patch)
treead8ad6bdab3cda49ab1624583bb910ccd60daa1d /sql/ha_ndbcluster.h
parentbaf9e764dcae7d33aa94017dabc9fa3e5100c41f (diff)
parentff804bc5466298ff6c01faed6c51e1b6b44941ab (diff)
downloadmariadb-git-6b8e7c9484b79738af22f9547b541dc955f899be.tar.gz
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-engines
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index a84ec66f399..5c6646f68af 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -207,6 +207,8 @@ class Thd_ndb
NdbTransaction *stmt;
bool m_error;
bool m_slow_path;
+ int m_error_code;
+ uint32 m_query_id; /* query id whn m_error_code was set */
uint32 options;
uint32 trans_options;
List<NDB_SHARE> changed_tables;