~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamchk.c

  • Committer: Monty Taylor
  • Date: 2008-07-13 21:40:41 UTC
  • mto: (77.4.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 153.
  • Revision ID: monty@inaugust.com-20080713214041-e9lci02axh5w1em8
A few remaining my_bool -> bool cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
466
466
 
467
467
         /* Read options */
468
468
 
469
 
static my_bool
 
469
static bool
470
470
get_one_option(int optid,
471
471
               const struct my_option *opt __attribute__((unused)),
472
472
               char *argument)