~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/parser.test

  • Committer: Monty Taylor
  • Date: 2009-02-05 18:47:43 UTC
  • mfrom: (779.8.3 devel)
  • mto: This revision was merged to the branch mainline in revision 840.
  • Revision ID: mordred@inaugust.com-20090205184743-sn55g5b30qvdcy4h
Merged from me again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
455
455
-- error ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
456
456
select round(1, 2, 3);
457
457
 
458
 
select yearweek();
459
 
select yearweek(1, 2, 3);
460
 
 
461
458
#
462
459
# Bug#24736: UDF functions parsed as Stored Functions
463
460
#