1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-4331 remove duplicate line from crossenginestep

This commit is contained in:
David Hall
2020-09-30 09:52:42 -05:00
parent d7974476db
commit 70ec8524ae

View File

@ -545,7 +545,6 @@ void CrossEngineStep::execute()
setField(i, rowIn[i], mysql->getFieldLength(i), mysql->getField(i), rowFe3);
fFeInstance->evaluate(rowFe3, fFeSelects);
fFeInstance->evaluate(rowFe3, fFeSelects);
applyMapping(fFeMapping3, rowFe3, &fRowDelivered);