mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
After-review changes
* remove redundant code * fix tests * move declarations and defines where they belong
This commit is contained in:
@@ -113,7 +113,9 @@ void set_mysql_extended_error(MYSQL *mysql, int errcode, const char *sqlstate,
|
||||
const char *format, ...);
|
||||
|
||||
/* client side of the pluggable authentication */
|
||||
struct st_vio;
|
||||
struct st_plugin_vio_info;
|
||||
void mpvio_info(struct st_vio *vio, struct st_plugin_vio_info *info);
|
||||
int run_plugin_auth(MYSQL *mysql, char *data, uint data_len,
|
||||
const char *data_plugin, const char *db);
|
||||
int mysql_client_plugin_init();
|
||||
|
Reference in New Issue
Block a user