summaryrefslogtreecommitdiff
path: root/sql/sql_cte.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2019-07-09 15:10:45 +0400
committerAlexander Barkov <bar@mariadb.com>2019-07-09 15:10:45 +0400
commit70c2bde931246ea4966d82fa56773b8ef1e0074f (patch)
tree219073f0607efd2ee1bcaa18dd121cc4af825a6b /sql/sql_cte.h
parent69749629455605c64f7bb1a2012e9cbe13f61b76 (diff)
downloadmariadb-git-70c2bde931246ea4966d82fa56773b8ef1e0074f.tar.gz
MDEV-19996 Bison grammar: turn singe-character operators into <kwd>
Diffstat (limited to 'sql/sql_cte.h')
-rw-r--r--sql/sql_cte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cte.h b/sql/sql_cte.h
index 03c697bf746..80d56644d7e 100644
--- a/sql/sql_cte.h
+++ b/sql/sql_cte.h
@@ -197,7 +197,7 @@ public:
TABLE_LIST *find_first_sq_rec_ref_in_select(st_select_lex *sel);
- bool set_unparsed_spec(THD *thd, char *spec_start, char *spec_end,
+ bool set_unparsed_spec(THD *thd, const char *spec_start, const char *spec_end,
my_ptrdiff_t spec_offset);
st_select_lex_unit *clone_parsed_spec(THD *thd, TABLE_LIST *with_table);