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:
@ -19,9 +19,6 @@
|
||||
* $Id: we_server.cpp 4700 2013-07-08 16:43:49Z bpaul $
|
||||
*
|
||||
*******************************************************************************/
|
||||
#include <mariadb.h>
|
||||
#undef set_bits // mariadb.h defines set_bits, which is incompatible with boost
|
||||
#include <my_sys.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <iostream>
|
||||
@ -44,7 +41,6 @@ using namespace messageqcpp;
|
||||
using namespace threadpool;
|
||||
|
||||
#include "we_readthread.h"
|
||||
using namespace WriteEngine;
|
||||
|
||||
#include "liboamcpp.h"
|
||||
using namespace oam;
|
||||
@ -56,6 +52,10 @@ using namespace oam;
|
||||
|
||||
#include "crashtrace.h"
|
||||
|
||||
#include "collation.h"
|
||||
|
||||
using namespace WriteEngine;
|
||||
|
||||
namespace
|
||||
{
|
||||
void added_a_pm(int)
|
||||
|
Reference in New Issue
Block a user