~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/show_engine_status.cc

Merged in latest plugin-slot-reorg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
bool statement::ShowEngineStatus::execute()
29
29
{
30
30
  bool res= ha_show_status(session, 
31
 
                           session->lex->show_engine,
 
31
                           show_engine,
32
32
                           HA_ENGINE_STATUS);
33
33
  return res;
34
34
}