~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • 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:
2872
2872
 
2873
2873
void st_ha_check_opt::init()
2874
2874
{
2875
 
  flags= sql_flags= 0;
 
2875
  flags= 0; 
 
2876
  use_frm= false;
2876
2877
}
2877
2878
 
2878
2879