1
0
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:
Andrew Hutchings
2018-02-14 16:43:19 +00:00
parent 4220ab0df3
commit 54dea02f2a

View File

@ -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;
}