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

Revert commit 98e90ed as the proper fix is applied as part of MCOL-1559.

This commit is contained in:
Gagan Goel
2019-09-25 11:52:28 -04:00
parent 32108e69e8
commit 07e3262906

View File

@ -5221,10 +5221,6 @@ void gp_walk(const Item* item, void* arg)
cval.assign(str->ptr(), str->length());
}
// Trim the trailing white space from the constant
// string value in the where clause
boost::trim_right_if(cval, boost::is_any_of(" "));
gwip->rcWorkStack.push(new ConstantColumn(cval));
(dynamic_cast<ConstantColumn*>(gwip->rcWorkStack.top()))->timeZone(gwip->thd->variables.time_zone->get_name()->ptr());
break;