~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisamchk.cc

  • Committer: Brian Aker
  • Date: 2009-07-01 02:41:00 UTC
  • mfrom: (1081.1.4 mordred)
  • Revision ID: brian@gaz-20090701024100-nefdy7pnychzpg7h
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
 
315
315
static void print_version(void)
316
316
{
317
 
  printf("%s  Ver 2.7 for %s at %s\n", my_progname, SYSTEM_TYPE,
318
 
         MACHINE_TYPE);
 
317
  printf("%s  Ver 2.7 for %s-%s at %s\n", my_progname, HOST_VENDOR, HOST_OS,
 
318
         HOST_CPU);
319
319
}
320
320
 
321
321