1
0
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:
David Hall
2020-06-08 17:58:59 -05:00
parent f9078efbc6
commit adda6567e2

8
utils/common/collation.h Normal file
View 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>