~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

Merge in security refactor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
class Select_Lex_Unit;
45
45
class Select_Lex;
46
46
class COND_EQUAL;
47
 
class Security_context;
 
47
class SecurityContext;
48
48
class TableList;
49
49
class Field_timestamp;
50
50
class Field_blob;