diff options
author | sasha@mysql.sashanet.com <> | 2001-10-23 13:28:03 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-10-23 13:28:03 -0600 |
commit | be4dfd21ddd5a234297f1b207c38ef47a8c4fcb9 (patch) | |
tree | c5c654aca3970830687c68cb22289835e1719233 /sql/sql_repl.h | |
parent | 0d3ffcf4621e5db88d7756905080541a67045bf0 (diff) | |
download | mariadb-git-be4dfd21ddd5a234297f1b207c38ef47a8c4fcb9.tar.gz |
cleanup
removal of duplicate code in mf_iocache.cc
work on failsafe replication
work on SEQ_READ_APPEND io cache
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h index d6fafd31f21..c12e0536058 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -6,6 +6,7 @@ typedef struct st_slave_info { uint32 server_id; + uint32 rpl_recovery_rank, master_id; char host[HOSTNAME_LENGTH+1]; char user[USERNAME_LENGTH+1]; char password[HASH_PASSWORD_LENGTH+1]; |