~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_schema.h

Merged trunk and mysql-protocol-password-udf changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
      Statement(in_session),
40
40
      is_if_not_exists(false)
41
41
  {
 
42
    schema_message.set_creation_timestamp(time(NULL));
 
43
    schema_message.set_update_timestamp(time(NULL));
42
44
  }
43
45
 
44
46
  bool execute();