~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Monty Taylor
  • Date: 2009-06-30 18:09:07 UTC
  • mto: This revision was merged to the branch mainline in revision 1083.
  • Revision ID: mordred@inaugust.com-20090630180907-r24363hlhgxg4cbw
Whole boat-load of build fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4622
4622
 
4623
4623
static void print_version(void)
4624
4624
{
4625
 
  printf("%s  Ver %s Distrib %s, for %s (%s)\n",my_progname,MTEST_VERSION,
4626
 
         drizzle_version(),SYSTEM_TYPE,MACHINE_TYPE);
 
4625
  printf("%s  Ver %s Distrib %s, for %s-%s (%s)\n",my_progname,MTEST_VERSION,
 
4626
         drizzle_version(),HOST_VENDOR,HOST_OS,HOST_CPU);
4627
4627
}
4628
4628
 
4629
4629
static void usage(void)