mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mysys: rename ME_xxx flags to match plugin api
This commit is contained in:
@ -766,7 +766,7 @@ bool mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds,
|
||||
else
|
||||
{
|
||||
table->file->print_error(error,
|
||||
MYF(thd->lex->ignore ? ME_JUST_WARNING : 0));
|
||||
MYF(thd->lex->ignore ? ME_WARNING : 0));
|
||||
if (thd->is_error())
|
||||
{
|
||||
error= 1;
|
||||
|
Reference in New Issue
Block a user