diff options
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h index 8d9a127bca7..18aba0c9623 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -21,17 +21,6 @@ #ifdef HAVE_REPLICATION #include "slave.h" -typedef struct st_slave_info -{ - uint32 server_id; - uint32 rpl_recovery_rank, master_id; - char host[HOSTNAME_LENGTH*SYSTEM_CHARSET_MBMAXLEN+1]; - char user[USERNAME_LENGTH+1]; - char password[MAX_PASSWORD_LENGTH*SYSTEM_CHARSET_MBMAXLEN+1]; - uint16 port; - THD* thd; -} SLAVE_INFO; - struct slave_connection_state; extern my_bool opt_show_slave_auth_info; |