got the last changeset to compile/run

mysqltest can run without connecting to the manager for tests that do not 
require manager operations
This commit is contained in:
sasha@mysql.sashanet.com 2001-10-10 15:36:35 -06:00
commit 9b163ef5ae
8 changed files with 37 additions and 13 deletions

View file

@ -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