diff options
author | Mats Kindahl <mats@sun.com> | 2010-01-25 22:34:34 +0100 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2010-01-25 22:34:34 +0100 |
commit | e34eb3b5076e83555ba53a3a454c54995d5c7e99 (patch) | |
tree | 98c95016fdd9a1b9a0d7cc7c8f6112c0a67ba939 /sql/repl_failsafe.h | |
parent | 0e5fa89e4fcb11cb33d00f05ca999cd28e8c1bde (diff) | |
download | mariadb-git-e34eb3b5076e83555ba53a3a454c54995d5c7e99.tar.gz |
Patch to eliminate warnings in mysql-next-mr-bugteam.
Diffstat (limited to 'sql/repl_failsafe.h')
-rw-r--r-- | sql/repl_failsafe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/repl_failsafe.h b/sql/repl_failsafe.h index dd6770be0b4..94b151aaee7 100644 --- a/sql/repl_failsafe.h +++ b/sql/repl_failsafe.h @@ -26,7 +26,7 @@ typedef enum {RPL_AUTH_MASTER=0,RPL_IDLE_SLAVE,RPL_ACTIVE_SLAVE, RPL_LOST_SOLDIER,RPL_TROOP_SOLDIER, RPL_RECOVERY_CAPTAIN,RPL_NULL /* inactive */, RPL_ANY /* wild card used by change_rpl_status */ } RPL_STATUS; -extern uint rpl_status; +extern RPL_STATUS rpl_status; extern mysql_mutex_t LOCK_rpl_status; extern mysql_cond_t COND_rpl_status; |