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-06-08 17:57:37 -05:00
parent d289c30521
commit f9078efbc6
38 changed files with 79 additions and 147 deletions

View File

@ -26,10 +26,6 @@
// Author: Patrick LeBlanc <pleblanc@calpont.com>, (C) 2008
//
#include <mariadb.h>
#undef set_bits // mariadb.h defines set_bits, which is incompatible with boost
#include <my_sys.h>
//#define NDEBUG
#include <sstream>
#include <iterator>
@ -47,6 +43,8 @@ using namespace execplan;
#include "nullvaluemanip.h"
#include "rowgroup.h"
#include "collation.h"
namespace rowgroup
{