You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-1385 Initial 10.3 support
This commit is contained in:
@ -582,7 +582,7 @@ execplan::ReturnedColumn* buildPseudoColumn(Item* item,
|
||||
PseudoColumn* pc = new PseudoColumn(*sc, pseudoType);
|
||||
|
||||
// @bug5892. set alias for derived table column matching.
|
||||
pc->alias(ifp->name ? ifp->name : "");
|
||||
pc->alias(ifp->name.length ? ifp->name.str : "");
|
||||
return pc;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user