mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Manual merge from mysql-trunk-merge.
This commit is contained in:
commit
cd14c47c99
32 changed files with 187 additions and 157 deletions
|
|
@ -1435,7 +1435,7 @@ Event_job_data::execute(THD *thd, bool drop)
|
|||
thd->set_query(sp_sql.c_ptr_safe(), sp_sql.length());
|
||||
|
||||
{
|
||||
Parser_state parser_state(thd, thd->query, thd->query_length);
|
||||
Parser_state parser_state(thd, thd->query(), thd->query_length());
|
||||
lex_start(thd);
|
||||
|
||||
if (parse_sql(thd, & parser_state, creation_ctx))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue