From 704898bf3200af4da42c1bf9251a7da5533db73f Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 8 Aug 2012 12:32:34 +0200 Subject: undo the fix for MySQL Bug#12998841 --- include/sql_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sql_common.h') diff --git a/include/sql_common.h b/include/sql_common.h index a2ea3ac45e7..307b443d6d6 100644 --- a/include/sql_common.h +++ b/include/sql_common.h @@ -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 } -- cgit v1.2.1