~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_mi.h

MergedĀ fromĀ lee.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  char host[HOSTNAME_LENGTH+1];
69
69
  char user[USERNAME_LENGTH+1];
70
70
  char password[MAX_PASSWORD_LENGTH+1];
71
 
  bool ssl; // enables use of SSL connection if true
72
 
  char ssl_ca[FN_REFLEN], ssl_capath[FN_REFLEN], ssl_cert[FN_REFLEN];
73
 
  char ssl_cipher[FN_REFLEN], ssl_key[FN_REFLEN];
74
 
  bool ssl_verify_server_cert;
75
71
 
76
72
  my_off_t master_log_pos;
77
73
  File fd; // we keep the file open, so we need to remember the file pointer