1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

minor fixups

This commit is contained in:
David Mott
2019-05-04 02:14:40 -05:00
parent e078a416ec
commit 9022fa426d
4 changed files with 18 additions and 16 deletions

View File

@ -29,6 +29,8 @@
#include <stdexcept>
#include <limits>
#include <typeinfo>
#include <cassert>
#include "joblisttypes.h"
#include "resourcemanager.h"
#include "groupconcat.h"
@ -51,20 +53,13 @@
//..comment out NDEBUG to enable assertions, uncomment NDEBUG to disable
//#define NDEBUG
#include <cassert>
#include "funcexp/utils_utf8.h"
using namespace std;
using namespace boost;
using namespace dataconvert;
namespace funcexp
{
namespace utf8
{
int idb_strcoll(const char*, const char*);
}
}
// inlines of RowAggregation that used only in this file
namespace