~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.c

  • Committer: Brian Aker
  • Date: 2008-07-25 01:20:06 UTC
  • mfrom: (206.2.2 kill-netware-suppport)
  • Revision ID: brian@tangent.org-20080725012006-otezptm5ux9wsnnb
Merge fix on Makefile.am (from Jay)

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
static char *fix_table_name(char *dest, char *src);
186
186
int what_to_do = 0;
187
187
 
188
 
#include <help_start.h>
189
 
 
190
188
static void print_version(void)
191
189
{
192
190
  printf("%s  Ver %s Distrib %s, for %s (%s)\n", my_progname, CHECK_VERSION,
193
191
   MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE);
194
192
} /* print_version */
195
193
 
196
 
 
197
194
static void usage(void)
198
195
{
199
196
  print_version();
221
218
  my_print_variables(my_long_options);
222
219
} /* usage */
223
220
 
224
 
#include <help_end.h>
225
 
 
226
221
static bool
227
222
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
228
223
               char *argument)