Remove unused Table_function_json_table::m_text_literal_cs
This commit is contained in:
parent
d0a6a7886b
commit
ce272f7c29
@ -260,9 +260,6 @@ public:
|
|||||||
/* SQL Parser: current column in JSON_TABLE (...) syntax */
|
/* SQL Parser: current column in JSON_TABLE (...) syntax */
|
||||||
Json_table_column *m_cur_json_table_column;
|
Json_table_column *m_cur_json_table_column;
|
||||||
|
|
||||||
/* SQL Parser: charset of the current text literal */
|
|
||||||
CHARSET_INFO *m_text_literal_cs;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/* Context to be used for resolving the first argument. */
|
/* Context to be used for resolving the first argument. */
|
||||||
Name_resolution_context *m_context;
|
Name_resolution_context *m_context;
|
||||||
|
@ -11581,16 +11581,9 @@ table_ref:
|
|||||||
|
|
||||||
json_text_literal:
|
json_text_literal:
|
||||||
TEXT_STRING
|
TEXT_STRING
|
||||||
{
|
|
||||||
Lex->json_table->m_text_literal_cs= NULL;
|
|
||||||
}
|
|
||||||
| NCHAR_STRING
|
| NCHAR_STRING
|
||||||
{
|
|
||||||
Lex->json_table->m_text_literal_cs= national_charset_info;
|
|
||||||
}
|
|
||||||
| UNDERSCORE_CHARSET TEXT_STRING
|
| UNDERSCORE_CHARSET TEXT_STRING
|
||||||
{
|
{
|
||||||
Lex->json_table->m_text_literal_cs= $1;
|
|
||||||
$$= $2;
|
$$= $2;
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user