From 07e3262906e3a6e89ba3f91efa1bc50898549168 Mon Sep 17 00:00:00 2001 From: Gagan Goel Date: Wed, 25 Sep 2019 11:52:28 -0400 Subject: [PATCH] Revert commit 98e90ed as the proper fix is applied as part of MCOL-1559. --- dbcon/mysql/ha_calpont_execplan.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dbcon/mysql/ha_calpont_execplan.cpp b/dbcon/mysql/ha_calpont_execplan.cpp index 08bcb61a8..68d209812 100644 --- a/dbcon/mysql/ha_calpont_execplan.cpp +++ b/dbcon/mysql/ha_calpont_execplan.cpp @@ -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(gwip->rcWorkStack.top()))->timeZone(gwip->thd->variables.time_zone->get_name()->ptr()); break;