1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2026-01-06 08:21:10 +03:00

Revert "MCOL-1559 Some string trailing blank stuff"

This reverts commit e5d76e142b.
This commit is contained in:
Andrew Hutchings
2019-05-23 13:49:08 +01:00
parent 922e828d6c
commit 9390ee05fb
5 changed files with 0 additions and 9 deletions

View File

@@ -30,7 +30,6 @@
#include <unistd.h>
#include <algorithm>
#include <boost/algorithm/string/trim.hpp>
#include "bpp.h"
#include "primitiveserver.h"
@@ -94,7 +93,6 @@ void DictStep::createCommand(ByteStream& bs)
for (uint32_t i = 0; i < filterCount; i++)
{
bs >> strTmp;
boost::trim_right_if(strTmp, boost::is_any_of(" "));
//cout << " " << strTmp << endl;
eqFilter->insert(strTmp);
}