~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • 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:
1606
1606
}
1607
1607
 
1608
1608
 
1609
 
bool check_identifier_name(LEX_STRING *str, drizzled_error_code err_code,
 
1609
bool check_identifier_name(LEX_STRING *str, error_t err_code,
1610
1610
                           uint32_t max_char_length,
1611
1611
                           const char *param_for_err_msg)
1612
1612
{