~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.c

  • 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:
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)