~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamchk.cc

  • Committer: Brian Aker
  • Date: 2009-03-02 15:59:22 UTC
  • Revision ID: brian@tangent.org-20090302155922-ho868u40h6zyfxxo
Remove the need for unireg init

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':