1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Further work on UNION's

sql/sql_delete.cc:
  Removed some unnecessary stuff
This commit is contained in:
unknown
2001-07-13 13:41:40 +03:00
parent 51e3fb9e45
commit 3a7d827d09
3 changed files with 67 additions and 404 deletions

View File

@ -1754,10 +1754,8 @@ mysql_execute_command(void)
break;
}
if (!(res=open_and_lock_tables(thd,(TABLE_LIST *)total->first)))
{
res=mysql_union(thd,lex, select_lex->select_number+1);
if (res==-1) res=0;
}
close_thread_tables(thd);
break;
}
case SQLCOM_DROP_TABLE: