~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_mi.h

  • Committer: Brian Aker
  • Date: 2008-10-08 22:44:20 UTC
  • Revision ID: brian@tangent.org-20081008224420-h2gg4bpj3ngdch1f
Removed dead code around SHOW commands (I_S exist for collations/charsets)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
  string info_filename;
67
67
  string log_name;
68
68
  uint16_t port;
69
 
  off_t log_pos;
 
69
  uint64_t log_pos;
70
70
 
71
71
public:
72
72
 
110
110
 
111
111
  int init_master_info(const char* master_info_fname,
112
112
                       const char* slave_info_fname,
113
 
                       bool abort_if_no_master_info_file,
114
113
                       int thread_mask);
115
114
 
116
115
  bool setUsername(const char *username);