1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Remove remains of old getopt

This commit is contained in:
monty@mashka.mysql.fi
2002-06-12 23:54:52 +03:00
parent 0e759036cc
commit 33a377c716
2 changed files with 11 additions and 9 deletions

View File

@@ -274,8 +274,8 @@ multi_delete::initialize_tables(JOIN *join)
{
/* We are going to delete from this table */
TABLE *tbl=walk->table=tab->table;
/* Don't use KEYREAD optimization on this table */
tbl->no_keyread=1;
tbl->used_keys=0;
walk=walk->next;
if (!not_trans_safe && !tbl->file->has_transactions())
not_trans_safe=true;