mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
This patch does 1) fix my build breakage 2) Complete the removal of all symbols which could clash with another parser.
sql/mysql_priv.h: Porting update sql/mysqld.cc: Porting update sql/sp.cc: Porting update sql/sql_lex.cc: Porting update sql/sql_lex.h: Porting update sql/sql_parse.cc: Porting update sql/sql_prepare.cc: Portinng update sql/sql_trigger.cc: Porting update sql/sql_view.cc: Porting update
This commit is contained in:
parent
85d705b651
commit
01d69c4b96
9 changed files with 17 additions and 15 deletions
|
|
@ -2757,7 +2757,7 @@ bool Prepared_statement::prepare(const char *packet, uint packet_len)
|
|||
lex->safe_to_cache_query= FALSE;
|
||||
lex->stmt_prepare_mode= TRUE;
|
||||
|
||||
error= yyparse((void *)thd) || thd->is_fatal_error ||
|
||||
error= MYSQLparse((void *)thd) || thd->is_fatal_error ||
|
||||
thd->net.report_error || init_param_array(this);
|
||||
/*
|
||||
While doing context analysis of the query (in check_prepared_statement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue