~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Brian Aker
  • Date: 2009-01-15 03:28:20 UTC
  • Revision ID: brian@tangent.org-20090115032820-lt6jzt5plvadzb1y
MyISAM fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2881
2881
void st_ha_check_opt::init()
2882
2882
{
2883
2883
  flags= sql_flags= 0;
2884
 
  sort_buffer_size = current_session->variables.myisam_sort_buff_size;
2885
2884
}
2886
2885
 
2887
2886