~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqlbinlog.cc

  • Committer: Brian Aker
  • Date: 2008-07-13 06:35:46 UTC
  • Revision ID: brian@tangent.org-20080713063546-w1fzi89wzvf6o517
Bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
static enum_base64_output_mode opt_base64_output_mode= BASE64_OUTPUT_UNSPEC;
72
72
static const char *opt_base64_output_mode_str= NullS;
73
73
static const char* database= 0;
74
 
static my_bool force_opt= 0, short_form= 0, remote_opt= 0;
75
 
static my_bool debug_info_flag, debug_check_flag;
76
 
static my_bool force_if_open_opt= 1;
 
74
static bool force_opt= 0, short_form= 0, remote_opt= 0;
 
75
static bool debug_info_flag, debug_check_flag;
 
76
static bool force_if_open_opt= 1;
77
77
static ulonglong offset = 0;
78
78
static const char* host = 0;
79
79
static int port= 0;
1193
1193
 
1194
1194
#include <help_end.h>
1195
1195
 
1196
 
extern "C" my_bool
 
1196
extern "C" bool
1197
1197
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
1198
1198
               char *argument)
1199
1199
{