Commit 14a1e2bd authored by Georgi Kodinov's avatar Georgi Kodinov

removed misleading and over-promissing comments.

parent b4330cdf
...@@ -79,8 +79,7 @@ struct st_mysql_client_plugin_AUTHENTICATION ...@@ -79,8 +79,7 @@ struct st_mysql_client_plugin_AUTHENTICATION
/** /**
loads a plugin and initializes it loads a plugin and initializes it
@param mysql MYSQL structure. only MYSQL_PLUGIN_DIR option value is used, @param mysql MYSQL structure.
and last_errno/last_error, for error reporting
@param name a name of the plugin to load @param name a name of the plugin to load
@param type type of plugin that should be loaded, -1 to disable type check @param type type of plugin that should be loaded, -1 to disable type check
@param argc number of arguments to pass to the plugin initialization @param argc number of arguments to pass to the plugin initialization
...@@ -100,8 +99,7 @@ mysql_load_plugin(struct st_mysql *mysql, const char *name, int type, ...@@ -100,8 +99,7 @@ mysql_load_plugin(struct st_mysql *mysql, const char *name, int type,
This is the same as mysql_load_plugin, but take va_list instead of This is the same as mysql_load_plugin, but take va_list instead of
a list of arguments. a list of arguments.
@param mysql MYSQL structure. only MYSQL_PLUGIN_DIR option value is used, @param mysql MYSQL structure.
and last_errno/last_error, for error reporting
@param name a name of the plugin to load @param name a name of the plugin to load
@param type type of plugin that should be loaded, -1 to disable type check @param type type of plugin that should be loaded, -1 to disable type check
@param argc number of arguments to pass to the plugin initialization @param argc number of arguments to pass to the plugin initialization
...@@ -118,8 +116,7 @@ mysql_load_plugin_v(struct st_mysql *mysql, const char *name, int type, ...@@ -118,8 +116,7 @@ mysql_load_plugin_v(struct st_mysql *mysql, const char *name, int type,
/** /**
finds an already loaded plugin by name, or loads it, if necessary finds an already loaded plugin by name, or loads it, if necessary
@param mysql MYSQL structure. only MYSQL_PLUGIN_DIR option value is used, @param mysql MYSQL structure.
and last_errno/last_error, for error reporting
@param name a name of the plugin to load @param name a name of the plugin to load
@param type type of plugin that should be loaded @param type type of plugin that should be loaded
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment