diff options
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h index b82b5d56812..281230071f1 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -12,6 +12,7 @@ typedef struct st_slave_info uint16 port; } SLAVE_INFO; +extern bool opt_show_slave_auth_info; extern HASH slave_list; extern char* master_host; extern my_string opt_bin_logname, master_info_file; |