~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.h

Changed my.cnf to drizzle.cnf and /etc/mysql to /etc/drizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
 
204
204
extern int32_t disconnect_slave_event_count, abort_slave_event_count ;
205
205
 
206
 
/* the master variables are defaults read from my.cnf or command line */
 
206
/* the master variables are defaults read from drizzle.cnf or command line */
207
207
extern uint32_t master_port, master_connect_retry, report_port;
208
208
extern char * master_user, *master_password, *master_host;
209
209
extern char *master_info_file, *relay_log_info_file, *report_user;