diff options
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 2 |
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; |