~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Brian Aker
  • Date: 2009-02-07 22:02:41 UTC
  • Revision ID: brian@tangent.org-20090207220241-ez3828o1246ab2sp
Removing on typedeffed class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
   values, or it will break replication between version.
43
43
 
44
44
   context is encoded as following:
45
 
   SELECT - SELECT_LEX_NODE::options
 
45
   SELECT - Select_Lex_NODE::options
46
46
   THD    - THD::options
47
47
   intern - neither. used only as
48
48
            func(..., select_node->options | thd->options | OPTION_XXX, ...)