1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Remove unused Table_function_json_table::m_text_literal_cs

This commit is contained in:
Sergei Petrunia
2024-07-23 14:58:24 +03:00
parent d0a6a7886b
commit ce272f7c29
2 changed files with 0 additions and 10 deletions

View File

@@ -260,9 +260,6 @@ public:
/* SQL Parser: current column in JSON_TABLE (...) syntax */
Json_table_column *m_cur_json_table_column;
/* SQL Parser: charset of the current text literal */
CHARSET_INFO *m_text_literal_cs;
private:
/* Context to be used for resolving the first argument. */
Name_resolution_context *m_context;