1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-963 fix for regressions introduced

This commit is contained in:
David Hall
2017-11-14 15:25:38 -06:00
parent 21e031798c
commit 9a012444ec
2 changed files with 4 additions and 8 deletions

View File

@ -6488,7 +6488,6 @@ int getSelectPlan(gp_walk_info& gwi, SELECT_LEX& select_lex, SCSEP& csep, bool i
// re-construct the select query and redo phase 1
if (redo)
{
++gwi.thd->infinidb_vtable.redo_count;
// select now() from region case. returnedCols should have minSc.
if (sel_cols_in_create.length() == 0)
{