You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
do *not* link ha_columnstore.so with libmariadb.so
this means some libraries have to be compiled twice - for tools with libmariadb.so and for plugin, without.
This commit is contained in:
committed by
david.hall
parent
ae88ef1823
commit
21c3bbce16
@ -19,7 +19,11 @@
|
||||
#define UTILS LIBMYSQL_CL_H
|
||||
|
||||
#include <my_config.h>
|
||||
#ifdef MYSQL_DYNAMIC_PLUGIN
|
||||
#include <mysql/service_sql.h>
|
||||
#else
|
||||
#include <mysql.h>
|
||||
#endif
|
||||
|
||||
#include <boost/scoped_array.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user