~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.cc

  • Committer: Monty Taylor
  • Date: 2008-07-26 16:23:04 UTC
  • mfrom: (212 drizzle)
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080726162304-6yxlhokjstx2v13d
MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1151
1151
    drizzle_close(drizzle);
1152
1152
}
1153
1153
 
1154
 
#include <help_start.h>
1155
 
 
1156
1154
static void print_version()
1157
1155
{
1158
1156
  printf("%s Ver 3.3 for %s at %s\n", my_progname, SYSTEM_TYPE, MACHINE_TYPE);
1159
1157
}
1160
1158
 
1161
 
 
1162
1159
static void usage()
1163
1160
{
1164
1161
  print_version();
1197
1194
    my_system_gmt_sec(&l_time, &dummy_my_timezone, &dummy_in_dst_time_gap);
1198
1195
}
1199
1196
 
1200
 
#include <help_end.h>
1201
 
 
1202
1197
extern "C" bool
1203
1198
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
1204
1199
         char *argument)