~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamchk.cc

mergeĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
    if (argument != disabled_my_option)
562
562
    {
563
563
      check_param.testflag|= T_REP;
564
 
      my_disable_async_io= 1;           /* More safety */
 
564
      my_disable_async_io= true;                /* More safety */
565
565
    }
566
566
    break;
567
567
  case 'n':