~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamlog.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:
244
244
        /* Fall through */
245
245
      case 'I':
246
246
      case '?':
247
 
#include <help_start.h>
248
247
        printf("%s  Ver 1.4 for %s at %s\n",my_progname,SYSTEM_TYPE,
249
248
               MACHINE_TYPE);
250
249
        puts("By Monty, for your professional use\n");
265
264
        puts("If a recover is done all writes and all possibly updates and deletes is done\nand errors are only counted.");
266
265
        puts("If one gives table names as arguments only these tables will be updated\n");
267
266
        help=1;
268
 
#include <help_end.h>
269
267
        break;
270
268
      default:
271
269
        printf("illegal option: \"-%c\"\n",*pos);