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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/json_table.h b/sql/json_table.h
index 52cdae13e9b..2cadb07961e 100644
--- a/sql/json_table.h
+++ b/sql/json_table.h
@@ -160,6 +160,8 @@ public:
m_column_type= ctype;
}
int set(THD *thd, enum_type ctype, const LEX_CSTRING &path, CHARSET_INFO *cs);
+ int set(THD *thd, enum_type ctype, const LEX_CSTRING &path,
+ const Lex_charset_collation_st &cl);
Json_table_column(Create_field *f, Json_table_nested_path *nest) :
m_field(f), m_nest(nest), m_explicit_cs(NULL)
{