~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: David Axmark
  • Date: 2008-11-05 05:50:56 UTC
  • mto: (584.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 586.
  • Revision ID: davida@davids-laptop-20081105055056-bt8ajhvihu0j28kp
Changed NEWDATE to DATE. One failing test but I think its somewhere else in the code 
(func_math).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1831
1831
            $$= DRIZZLE_TYPE_VARCHAR;
1832
1832
          }
1833
1833
        | DATE_SYM
1834
 
          { $$=DRIZZLE_TYPE_NEWDATE; }
 
1834
          { $$=DRIZZLE_TYPE_DATE; }
1835
1835
        | TIME_SYM
1836
1836
          { $$=DRIZZLE_TYPE_TIME; }
1837
1837
        | TIMESTAMP