1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Fix build with Server 10.7 and newer. Its kinda hack, but works, can be reverted, when server fix thier code

This commit is contained in:
Leonid Fedorov
2022-03-16 15:43:02 +00:00
parent c38af7ea1b
commit ba0306e5ce

View File

@ -88,6 +88,8 @@ typedef double pfloat; /* Mixed prototypes can't take float */
typedef const struct charset_info_st CHARSET_INFO;
extern "C" MYSQL_PLUGIN_IMPORT CHARSET_INFO* default_charset_info;
#define HAVE_PSI_INTERFACE
#include "m_ctype.h"
#undef FALSE