~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/drizzled.cc

  • Committer: Brian Aker
  • Date: 2008-07-11 00:10:24 UTC
  • Revision ID: brian@tangent.org-20080711001024-5lrgorqxoc80i0nl
ulong cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
445
445
 
446
446
/* replication parameters, if master_host is not NULL, we are a slave */
447
447
uint report_port= MYSQL_PORT;
448
 
ulong master_retry_count=0;
 
448
uint32_t master_retry_count= 0;
449
449
char *master_info_file;
450
450
char *relay_log_info_file, *report_user, *report_password, *report_host;
451
451
char *opt_relay_logname = 0, *opt_relaylog_index_name=0;