~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_rli.h

  • Committer: Brian Aker
  • Date: 2008-10-08 02:16:25 UTC
  • Revision ID: brian@tangent.org-20081008021625-3756823nqs1phvsn
More effort around master.info (and relay.info)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef RPL_RLI_H
21
21
#define RPL_RLI_H
22
22
 
 
23
#include <string>
23
24
#include "rpl_tblmap.h"
24
25
#include "rpl_reporting.h"
25
26
#include "rpl_utility.h"
152
153
    happen when, for example, the relay log gets rotated because of
153
154
    max_binlog_size.
154
155
  */
155
 
  char group_relay_log_name[FN_REFLEN];
 
156
  std::string group_relay_log_name;
156
157
  uint64_t group_relay_log_pos;
157
 
  char event_relay_log_name[FN_REFLEN];
 
158
  std::string event_relay_log_name;
158
159
  uint64_t event_relay_log_pos;
159
160
  uint64_t future_event_relay_log_pos;
160
161
 
169
170
     binlog the log_pos that comes with each event is the position of the
170
171
     beginning of the group.
171
172
  */
172
 
  char group_master_log_name[FN_REFLEN];
 
173
  std::string group_master_log_name;
173
174
  volatile my_off_t group_master_log_pos;
174
175
 
175
176
  /*