~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/name_resolution_context.h

Merge in security refactor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
{
27
27
 
28
28
class TableList;
29
 
class Security_context;
 
29
class SecurityContext;
30
30
class Session;
31
31
class Select_Lex;
32
32
 
105
105
   * Security context of this name resolution context. It's used for views
106
106
   * and is non-zero only if the view is defined with SQL SECURITY DEFINER.
107
107
   */
108
 
  Security_context *security_ctx;
 
108
  SecurityContext *security_ctx;
109
109
 
110
110
  Name_resolution_context()
111
111
    :