summaryrefslogtreecommitdiff
path: root/sql/json_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/json_table.h')
-rw-r--r--sql/json_table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/json_table.h b/sql/json_table.h
index 07d53c55638..90fc667731f 100644
--- a/sql/json_table.h
+++ b/sql/json_table.h
@@ -200,6 +200,9 @@ public:
/*** Name resolution functions ***/
int setup(THD *thd, TABLE_LIST *sql_table, SELECT_LEX *s_lex);
+ int walk_items(Item_processor processor, bool walk_subquery,
+ void *argument);
+
/*** Functions for interaction with the Query Optimizer ***/
void fix_after_pullout(TABLE_LIST *sql_table,
st_select_lex *new_parent, bool merge);