You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-3536 Collation
This commit is contained in:
8
utils/common/collation.h
Normal file
8
utils/common/collation.h
Normal file
@ -0,0 +1,8 @@
|
||||
// These are the common headers needed to use the MariaDB collation library
|
||||
|
||||
// This must be included after any boost headers, or anything that includes
|
||||
// boost headers. <mariadb.h> and boost are not friends.
|
||||
#include <mariadb.h>
|
||||
#undef set_bits // mariadb.h defines set_bits, which is incompatible with boost
|
||||
#include <my_sys.h>
|
||||
#include <m_ctype.h>
|
Reference in New Issue
Block a user