mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
small plugin API related fixes
* define MYSQL_DYNAMIC_PLUGIN only for server plugins * don't typedef my_bool in mysql.h if plugin.h has already done it * fix the include guard in plugin.h
This commit is contained in:
@ -14,8 +14,8 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
|
||||
|
||||
#ifndef _my_plugin_h
|
||||
#define _my_plugin_h
|
||||
#ifndef MYSQL_PLUGIN_INCLUDED
|
||||
#define MYSQL_PLUGIN_INCLUDED
|
||||
|
||||
/*
|
||||
On Windows, exports from DLL need to be declared
|
||||
|
Reference in New Issue
Block a user