1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Remove remains of old getopt

sql/sql_delete.cc:
  Removed unnecessary code
This commit is contained in:
unknown
2002-06-12 23:54:52 +03:00
parent 33e636cbb4
commit c554eeec98
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;