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
MCOL-3536 Collation
This commit is contained in:
@ -19,11 +19,6 @@
|
||||
* $Id: dictionary.cpp 2122 2013-07-08 16:33:50Z bpaul $
|
||||
*/
|
||||
|
||||
#include <mariadb.h>
|
||||
#undef set_bits // mariadb.h defines set_bits, which is incompatible with boost
|
||||
#include <my_sys.h>
|
||||
#include <m_ctype.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <boost/scoped_array.hpp>
|
||||
#include <boost/algorithm/string/trim.hpp>
|
||||
@ -39,6 +34,11 @@ using namespace std;
|
||||
#include "dataconvert.h"
|
||||
#include <sstream>
|
||||
|
||||
#include <mariadb.h>
|
||||
#undef set_bits // mariadb.h defines set_bits, which is incompatible with boost
|
||||
#include <my_sys.h>
|
||||
#include <m_ctype.h>
|
||||
|
||||
using namespace logging;
|
||||
|
||||
const char* nullString = " "; // this is not NULL to preempt segfaults.
|
||||
|
Reference in New Issue
Block a user