Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
ce272f7c
Commit
ce272f7c
authored
Jul 23, 2024
by
Sergei Petrunia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused Table_function_json_table::m_text_literal_cs
parent
d0a6a788
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
sql/json_table.h
sql/json_table.h
+0
-3
sql/sql_yacc.yy
sql/sql_yacc.yy
+0
-7
No files found.
sql/json_table.h
View file @
ce272f7c
...
...
@@ -260,9 +260,6 @@ class Table_function_json_table : public Sql_alloc
/* 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
;
...
...
sql/sql_yacc.yy
View file @
ce272f7c
...
...
@@ -11581,16 +11581,9 @@ table_ref:
json_text_literal:
TEXT_STRING
{
Lex->json_table->m_text_literal_cs= NULL;
}
| NCHAR_STRING
{
Lex->json_table->m_text_literal_cs= national_charset_info;
}
| UNDERSCORE_CHARSET TEXT_STRING
{
Lex->json_table->m_text_literal_cs= $1;
$$= $2;
}
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment