~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/rename_table.h

  • 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:
36
36
public:
37
37
  RenameTable(Session *in_session)
38
38
    :
39
 
      Statement(in_session, SQLCOM_RENAME_TABLE)
 
39
      Statement(in_session)
40
40
  {}
41
41
 
42
42
  bool execute();