~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/show.h

  • Committer: Brian Aker
  • Date: 2011-01-25 07:24:41 UTC
  • mfrom: (2104.3.14 alter-table)
  • Revision ID: brian@tangent.org-20110125072441-gf9f14lkxjhvvku9
MergeĀ inĀ alter/parser

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  bool if_exists;
39
39
 
40
40
public:
41
 
  Show(Session *in_session)
42
 
    :
43
 
      Select(in_session),
44
 
      if_exists(false)
45
 
  {}
 
41
  Show(Session *in_session);
46
42
 
47
43
  void setShowPredicate(const std::string &schema_arg, const std::string &table_arg)
48
44
  {