mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
after pull fixes
client/mysqlslap.c: compilation errors include/plugin.h: comments corrected sql/sql_plugin.cc: LEX_STRING instead of char*, MYSQL_HANDLERTON_INTERFACE_VERSION instead of 0x0000 sql/sql_plugin.h: LEX_STRING instead of char* sql/sql_show.cc: LEX_STRING instead of char*. STRING_WITH_LEN works only on string literals, not on expressions
This commit is contained in:
@ -53,7 +53,7 @@ struct st_plugin_int
|
||||
|
||||
extern char *opt_plugin_dir_ptr;
|
||||
extern char opt_plugin_dir[FN_REFLEN];
|
||||
extern const char *plugin_type_names[];
|
||||
extern LEX_STRING plugin_type_names[];
|
||||
extern int plugin_init(void);
|
||||
extern void plugin_load(void);
|
||||
extern void plugin_free(void);
|
||||
|
Reference in New Issue
Block a user