diff options
Diffstat (limited to 'sql/json_table.h')
-rw-r--r-- | sql/json_table.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/json_table.h b/sql/json_table.h index bab4ef9c185..8988c05354a 100644 --- a/sql/json_table.h +++ b/sql/json_table.h @@ -252,5 +252,8 @@ private: TABLE *create_table_for_function(THD *thd, TABLE_LIST *sql_table); +table_map add_table_function_dependencies(List<TABLE_LIST> *join_list, + table_map nest_tables); + #endif /* JSON_TABLE_INCLUDED */ |