1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

few small bug fixes ...

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-11-15 16:37:44 +02:00
parent 75c7083996
commit 4e6f5f2d12
2 changed files with 6 additions and 5 deletions

View File

@ -90,7 +90,7 @@ int mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds, ORDER *order,
if (!table->quick_keys)
{
thd->lex.select_lex.options|=QUERY_NO_INDEX_USED;
if (safe_update && use_limit)
if (safe_update && !using_limit)
{
delete select;
send_error(thd,ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE);