You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
Reference in New Issue
Block a user