1
0
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:
Eugene Kosov
2018-06-01 21:39:38 +03:00
committed by Sergey Vojtovich
parent 8e9c5d1057
commit 67b601c503
3 changed files with 4 additions and 7 deletions

View File

@ -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)