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

Applying Sinisa's patch:

"Cleaning the code of the remaining OLAP code.
This code is unnecessary in 4.1/5.0"
This commit is contained in:
lenz@mysql.com
2003-02-19 14:58:44 +01:00
parent 64b2048914
commit 7a6d8edfd7
3 changed files with 1 additions and 7 deletions

View File

@@ -50,11 +50,7 @@ int mysql_union(THD *thd, LEX *lex,select_result *result)
cursor;
cursor=cursor->next)
{
if (cursor->do_redirect) // False if CUBE/ROLLUP
{
cursor->table= (my_reinterpret_cast(TABLE_LIST*) (cursor->table))->table;
cursor->do_redirect= 0;
}
cursor->table= (my_reinterpret_cast(TABLE_LIST*) (cursor->table))->table;
}
}