You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Fix view alias regression
An unneeded change from the fix for MCOL-1070 that broke vTpch01b.sql
This commit is contained in:
@ -1810,11 +1810,6 @@ SimpleColumn* buildSimpleColFromDerivedTable(gp_walk_info& gwi, Item_field* ifp)
|
||||
{
|
||||
sc->derivedTable(derivedName);
|
||||
sc->derivedRefCol(cols[j].get());
|
||||
if (tblList->belong_to_view)
|
||||
{
|
||||
sc->viewName(lower(tblList->belong_to_view->alias));
|
||||
}
|
||||
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user