1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Further work on UNION's

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2001-07-13 13:41:40 +03:00
parent 0227872690
commit 8968152bb9
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: