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 c9967b98994..d43b49d56d4 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -2814,6 +2814,7 @@ public:
bool create_tmp_table_for_derived;
bool save_prep_leaf_list;
+ bool is_parsing_IS_table;
/* container for handler's private per-connection data */
Ha_data ha_data[MAX_HA];