~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/show_create_schema.cc

  • Committer: Brian Aker
  • Date: 2009-11-20 19:07:14 UTC
  • mfrom: (1223.1.5 push)
  • Revision ID: brian@gaz-20091120190714-dhr3lgqxrt7dq1fc
Collected Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    return false;
35
35
  }
36
36
  bool res= mysqld_show_create_db(session, session->lex->name.str,
37
 
                                  create_info.options & HA_LEX_CREATE_IF_NOT_EXISTS);
 
37
                                  is_if_not_exists);
38
38
  return res;
39
39
}
40
40