1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

undo the fix for MySQL Bug#12998841

This commit is contained in:
Sergei Golubchik
2012-08-08 12:32:34 +02:00
parent 1877016c39
commit 704898bf32
11 changed files with 14 additions and 120 deletions

View File

@@ -31,7 +31,6 @@ extern const char *not_error_sqlstate;
struct st_mysql_options_extention {
char *plugin_dir;
char *default_auth;
my_bool enable_cleartext_plugin;
};
typedef struct st_mysql_methods
@@ -105,7 +104,6 @@ int mysql_client_plugin_init();
void mysql_client_plugin_deinit();
struct st_mysql_client_plugin;
extern struct st_mysql_client_plugin *mysql_client_builtins[];
extern my_bool libmysql_cleartext_plugin_enabled;
#ifdef __cplusplus
}