diff options
Diffstat (limited to 'sql/json_table.h')
-rw-r--r-- | sql/json_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/json_table.h b/sql/json_table.h index 8988c05354a..4b375ea7867 100644 --- a/sql/json_table.h +++ b/sql/json_table.h @@ -97,6 +97,7 @@ private: /* The child NESTED PATH we're currently scanning */ Json_table_nested_path *m_cur_nested; + bool column_in_this_or_nested(const Json_table_column *jc) const; friend class Table_function_json_table; }; |