summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <tomas@whalegate.ndb.mysql.com>2007-06-17 19:47:56 +0200
committerunknown <tomas@whalegate.ndb.mysql.com>2007-06-17 19:47:56 +0200
commit330ce5623382b5a0c39fb2315bd888ea5c55e450 (patch)
treead8ad6bdab3cda49ab1624583bb910ccd60daa1d /sql/ha_ndbcluster.h
parent7d690c0a25d4f51f3d0fc782c650751f6f6811aa (diff)
parent95497dcc282e91bdf8d84c2752fe24f27eea0e7d (diff)
downloadmariadb-git-330ce5623382b5a0c39fb2315bd888ea5c55e450.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 sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged sql/ha_ndbcluster_binlog.cc: Auto merged
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;