~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqlslap.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:
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)