~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/drop_schema.h

Merge in additional test case fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  }
41
41
 
42
42
  bool execute();
43
 
 
44
43
  /* True if "IF EXISTS" */
45
44
  bool drop_if_exists;
46
45
};