You've already forked mariadb-columnstore-engine
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:
@ -34,10 +34,7 @@ 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>
|
||||
#include "collation.h"
|
||||
|
||||
using namespace logging;
|
||||
|
||||
|
@ -21,10 +21,6 @@
|
||||
*
|
||||
*
|
||||
***********************************************************************/
|
||||
#include <mariadb.h>
|
||||
#undef set_bits // mariadb.h defines set_bits, which is incompatible with boost
|
||||
#include <my_sys.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
@ -78,6 +74,8 @@ using namespace idbdatafile;
|
||||
#include "crashtrace.h"
|
||||
#include "installdir.h"
|
||||
|
||||
#include "collation.h"
|
||||
|
||||
namespace primitiveprocessor
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user