~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_schema.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-08 15:08:53 UTC
  • mto: (2226.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2227.
  • Revision ID: olafvdspek@gmail.com-20110308150853-vhkl3eudkh0pp41b
Statement::set_command

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    Statement(in_session),
42
42
    is_if_not_exists(false)
43
43
  {
44
 
    getSession()->getLex()->sql_command=SQLCOM_CREATE_DB;
 
44
    set_command(SQLCOM_CREATE_DB);
45
45
  }
46
46
 
47
47
  bool execute();