1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +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

@ -28,7 +28,6 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <stdexcept>
#include <boost/algorithm/string/trim.hpp>
//#define NDEBUG
#include <cassert>
#include <boost/thread.hpp>
@ -1778,7 +1777,6 @@ private:
for (i = 0; i < count; i++)
{
*bs >> str;
boost::trim_right_if(str, boost::is_any_of(" "));
filter->insert(str);
}