~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/show_engine_status.cc

  • Committer: Brian Aker
  • Date: 2009-09-24 06:23:51 UTC
  • mfrom: (1128.2.12 merge)
  • Revision ID: brian@gaz-20090924062351-nuf8tv8ftg7oc9ad
Merge of Lex -> Statement refactoring

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
}