1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3536 collation

This commit is contained in:
David Hall
2020-05-14 16:02:49 -05:00
parent 04fdacb927
commit 1f3d1e6fd6
41 changed files with 667 additions and 797 deletions

View File

@ -26,10 +26,11 @@
// Author: Patrick LeBlanc <pleblanc@calpont.com>, (C) 2008
//
#include <vector>
#include <mariadb.h>
#undef set_bits // mariadb.h defines set_bits, which is incompatible with boost
#include <my_sys.h>
//#define NDEBUG
#include <cassert>
#include <string>
#include <sstream>
#include <iterator>
using namespace std;
@ -43,7 +44,6 @@ using namespace messageqcpp;
#include "calpontsystemcatalog.h"
using namespace execplan;
#include "joblisttypes.h"
#include "nullvaluemanip.h"
#include "rowgroup.h"