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 #808 from mariadb-corporation/develop-merge-up-20190729
Merge develop-1.2 into develop
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user