merge from 5.1-rpl+2 repo to a local branch with HB and bug@27808 fixes

This commit is contained in:
Andrei Elkin 2009-10-01 20:22:44 +03:00
commit 6d1ad12428
65 changed files with 2686 additions and 515 deletions

View file

@ -144,6 +144,7 @@ extern ulonglong relay_log_space_limit;
#define SLAVE_FORCE_ALL 4
int init_slave();
int init_recovery(Master_info* mi, const char** errmsg);
void init_slave_skip_errors(const char* arg);
bool flush_relay_log_info(Relay_log_info* rli);
int register_slave_on_master(MYSQL* mysql);