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
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:
@ -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
|
||||
|
Reference in New Issue
Block a user