~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqlslap.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:
701
701
};
702
702
 
703
703
 
704
 
#include <help_start.h>
705
 
 
706
704
static void print_version(void)
707
705
{
708
706
  printf("%s  Ver %s Distrib %s, for %s (%s)\n",my_progname, SLAP_VERSION,
723
721
  my_print_help(my_long_options);
724
722
}
725
723
 
726
 
#include <help_end.h>
727
 
 
728
724
static bool
729
725
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
730
726
               char *argument)