~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

  • Committer: Brian Aker
  • Date: 2011-01-26 02:01:07 UTC
  • mto: (2123.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2117.
  • Revision ID: brian@tangent.org-20110126020107-6iyf2cv3d6beo8cs
Remove duplicate code around ident check.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
bool checkFieldIdent(Session *session, const LEX_STRING &schema_name, const LEX_STRING &table_name);
143
143
bool checkFieldIdent(Session *session, const LEX_STRING &table_name);
144
144
 
 
145
Item *buildIdent(Session *session, const LEX_STRING &schema_name, const LEX_STRING &table_name, const LEX_STRING &field_name);
 
146
 
145
147
} // namespace parser
146
148
} // namespace drizzled
147
149