1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

after merge fix

This commit is contained in:
gluh@mysql.com/gluh.(none)
2006-09-27 19:21:29 +05:00
parent 437c94317b
commit c3d63bef2b
8 changed files with 22 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ typedef struct st_slave_info
uint32 server_id;
uint32 rpl_recovery_rank, master_id;
char host[HOSTNAME_LENGTH+1];
char user[USERNAME_BYTE_LENGTH+1];
char user[USERNAME_LENGTH+1];
char password[MAX_PASSWORD_LENGTH+1];
uint16 port;
THD* thd;