~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.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:
157
157
 
158
158
static const char *load_default_groups[]= { "mysqlimport","client",0 };
159
159
 
160
 
#include <help_start.h>
161
 
 
162
160
static void print_version(void)
163
161
{
164
162
  printf("%s  Ver %s Distrib %s, for %s (%s)\n" ,my_progname,
184
182
  my_print_variables(my_long_options);
185
183
}
186
184
 
187
 
#include <help_end.h>
188
 
 
189
185
static bool
190
186
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
191
187
               char *argument)