summaryrefslogtreecommitdiff
path: root/sql/repl_failsafe.h
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-10-10 15:36:35 -0600
committersasha@mysql.sashanet.com <>2001-10-10 15:36:35 -0600
commit9b163ef5aec4db3d8e2830b560857c40a0370c15 (patch)
tree2143fd43b5532ceec7d6fb7e900d5119ca3a61ec /sql/repl_failsafe.h
parentaf82bc245b2ce336823457d783b3e838fa70051e (diff)
downloadmariadb-git-9b163ef5aec4db3d8e2830b560857c40a0370c15.tar.gz
got the last changeset to compile/run
mysqltest can run without connecting to the manager for tests that do not require manager operations
Diffstat (limited to 'sql/repl_failsafe.h')
-rw-r--r--sql/repl_failsafe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/repl_failsafe.h b/sql/repl_failsafe.h
index 1f62da7b05e..95069404acb 100644
--- a/sql/repl_failsafe.h
+++ b/sql/repl_failsafe.h
@@ -9,5 +9,5 @@ extern RPL_STATUS rpl_status;
extern pthread_mutex_t LOCK_rpl_status;
extern pthread_cond_t COND_rpl_status;
extern TYPELIB rpl_role_typelib, rpl_status_typelib;
-extern char* rpl_role_type[], *rpl_status_type;
+extern const char* rpl_role_type[], *rpl_status_type[];
#endif