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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user