~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2009-01-16 05:48:47 UTC
  • Revision ID: brian@tangent.org-20090116054847-vzuh1xndwn8jv4nb
Refactor for myisam specifics in handler

Show diffs side-by-side

added added

removed removed

Lines of Context:
2726
2726
mi_repair_type:
2727
2727
          QUICK        { Lex->check_opt.flags|= T_QUICK; }
2728
2728
        | EXTENDED_SYM { Lex->check_opt.flags|= T_EXTEND; }
2729
 
        | USE_FRM      { Lex->check_opt.sql_flags|= TT_USEFRM; }
 
2729
        | USE_FRM      { Lex->check_opt.use_frm= true; }
2730
2730
        ;
2731
2731
 
2732
2732
analyze: