mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
remove unused argument
This commit is contained in:
committed by
Sergey Vojtovich
parent
8e9c5d1057
commit
67b601c503
@ -4579,8 +4579,7 @@ end_with_restore_list:
|
||||
select_lex->order_list.elements,
|
||||
select_lex->order_list.first,
|
||||
unit->select_limit_cnt,
|
||||
lex->duplicates, lex->ignore,
|
||||
&found, &updated);
|
||||
lex->ignore, &found, &updated);
|
||||
MYSQL_UPDATE_DONE(res, found, updated);
|
||||
/* mysql_update return 2 if we need to switch to multi-update */
|
||||
if (up_result != 2)
|
||||
|
Reference in New Issue
Block a user