~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Brian Aker
  • Date: 2011-01-04 23:23:25 UTC
  • mto: This revision was merged to the branch mainline in revision 2055.
  • Revision ID: brian@tangent.org-20110104232325-qw5a0zs431zbtlwu
Rename of the Loooongggggg   error type over to simply drizzled::error_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
Item *negate_expression(Session *session, Item *expr);
53
53
 
54
 
bool check_identifier_name(LEX_STRING *str, drizzled_error_code err_code= EE_OK,
 
54
bool check_identifier_name(LEX_STRING *str, error_t err_code= EE_OK,
55
55
                           uint32_t max_char_length= NAME_CHAR_LEN,
56
56
                           const char *param_for_err_msg= "");
57
57