~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2009-02-09 19:20:19 UTC
  • Revision ID: brian@tangent.org-20090209192019-ihmx9nwacvq9ivrn
Remove charset directory code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1907
1907
collation_name:
1908
1908
          ident_or_text
1909
1909
          {
1910
 
            if (!($$=get_charset_by_name($1.str,MYF(0))))
 
1910
            if (!($$=get_charset_by_name($1.str)))
1911
1911
            {
1912
1912
              my_error(ER_UNKNOWN_COLLATION, MYF(0), $1.str);
1913
1913
              DRIZZLE_YYABORT;