~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show.h

stringĀ andĀ resources

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
    bool isShowQuery()
44
44
    {
45
 
      if (getSession().getLex()->statement->isShow())
 
45
      if (getSession().lex->statement->isShow())
46
46
       return true;
47
47
 
48
48
      return false;