~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_schema.cc

  • Committer: Brian Aker
  • Date: 2010-12-18 10:14:05 UTC
  • mfrom: (2008.1.3 clean)
  • Revision ID: brian@tangent.org-20101218101405-qjbse29shi9coklg
Merge of user identifier work

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  if (not identifier.isValid())
77
77
    return false;
78
78
 
79
 
  if (not plugin::Authorization::isAuthorized(getSession()->getSecurityContext(), identifier))
 
79
  if (not plugin::Authorization::isAuthorized(getSession()->user(), identifier))
80
80
    return false;
81
81
 
82
82
  if (not is_if_not_exists)