mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-27696 Json table columns accept redundant COLLATE syntax
This commit is contained in:
@ -159,7 +159,7 @@ public:
|
||||
{
|
||||
m_column_type= ctype;
|
||||
}
|
||||
int set(THD *thd, enum_type ctype, const LEX_CSTRING &path);
|
||||
int set(THD *thd, enum_type ctype, const LEX_CSTRING &path, CHARSET_INFO *cs);
|
||||
Json_table_column(Create_field *f, Json_table_nested_path *nest) :
|
||||
m_field(f), m_nest(nest), m_explicit_cs(NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user