You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
MCOL-3536 Collation
This commit is contained in:
@@ -39,10 +39,6 @@
|
||||
* on the Front-End Processor where it is returned to the DBMS
|
||||
* front-end.
|
||||
*/
|
||||
#include <mariadb.h>
|
||||
#undef set_bits // mariadb.h defines set_bits, which is incompatible with boost
|
||||
#include <my_sys.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdint>
|
||||
#include <csignal>
|
||||
@@ -80,6 +76,8 @@
|
||||
|
||||
#include "dbrm.h"
|
||||
|
||||
#include "collation.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user