mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
remove long time obsolete xyz_ci() copies of xyz() macros
This commit is contained in:
@@ -150,9 +150,7 @@ extern void plugin_shutdown(void);
|
||||
void add_plugin_options(DYNAMIC_ARRAY *options, MEM_ROOT *mem_root);
|
||||
extern bool plugin_is_ready(const LEX_STRING *name, int type);
|
||||
#define my_plugin_lock_by_name(A,B,C) plugin_lock_by_name(A,B,C)
|
||||
#define my_plugin_lock_by_name_ci(A,B,C) plugin_lock_by_name(A,B,C)
|
||||
#define my_plugin_lock(A,B) plugin_lock(A,B)
|
||||
#define my_plugin_lock_ci(A,B) plugin_lock(A,B)
|
||||
extern plugin_ref plugin_lock(THD *thd, plugin_ref ptr);
|
||||
extern plugin_ref plugin_lock_by_name(THD *thd, const LEX_STRING *name,
|
||||
int type);
|
||||
|
Reference in New Issue
Block a user