mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge with lex pointer change patch
sql/mysql_priv.h: Auto merged sql/sql_parse.cc: Auto merged
This commit is contained in:
@ -2626,7 +2626,7 @@ mysql_execute_command(THD *thd)
|
||||
// Set privilege for the WHERE clause
|
||||
tables->grant.want_privilege=(SELECT_ACL & ~tables->grant.privilege);
|
||||
res = mysql_delete(thd,tables, select_lex->where,
|
||||
(ORDER*) select_lex->order_list.first,
|
||||
&select_lex->order_list,
|
||||
select_lex->select_limit, select_lex->options);
|
||||
if (thd->net.report_error)
|
||||
res= -1;
|
||||
|
Reference in New Issue
Block a user