summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 79f347f40c5..1c2acc80057 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -2907,6 +2907,7 @@ public:
bool create_tmp_table_for_derived;
bool save_prep_leaf_list;
+ bool rpl_ordered;
/* container for handler's private per-connection data */
Ha_data ha_data[MAX_HA];