1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug #11946: Review fixes.

This commit is contained in:
osku@127.(none)
2005-08-30 12:39:20 +03:00
parent 312b161409
commit 0848d8c366
6 changed files with 21 additions and 17 deletions

View File

@@ -3321,7 +3321,8 @@ end_with_restore_list:
unit->set_limit(select_lex);
res = mysql_delete(thd, all_tables, select_lex->where,
&select_lex->order_list,
unit->select_limit_cnt, select_lex->options);
unit->select_limit_cnt, select_lex->options,
FALSE);
break;
}
case SQLCOM_DELETE_MULTI: