diff options
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index fe79135a47d..57b7203352f 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -623,7 +623,8 @@ class Thd_ndb uint lock_count; NdbTransaction *all; NdbTransaction *stmt; - int error; + bool m_error; + bool m_slow_path; uint32 options; uint32 trans_options; List<NDB_SHARE> changed_tables; @@ -969,6 +970,7 @@ private: ha_rows m_ops_pending; bool m_skip_auto_increment; bool m_blobs_pending; + bool m_slow_path; my_ptrdiff_t m_blobs_offset; // memory for blobs in one tuple char *m_blobs_buffer; |