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
Merge pull request #876 from tntnatbry/revert-pr-859
Revert commit 98e90ed
as the proper fix is applied as part of MCOL-1559.
This commit is contained in:
@ -5227,10 +5227,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;
|
||||
|
Reference in New Issue
Block a user