~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/parser.result

  • Committer: Monty Taylor
  • Date: 2011-02-13 17:26:39 UTC
  • mfrom: (2157.2.2 give-in-to-pkg-config)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110213172639-nhy7i72sfhoq13ms
Merged in pkg-config fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
439
439
DROP TABLE IF EXISTS t1;
440
440
SELECT "1997-12-31 23:59:59" + INTERVAL 1 SECOND;
441
441
"1997-12-31 23:59:59" + INTERVAL 1 SECOND
442
 
1998-01-01 00:00:00
 
442
1998-01-01 00:00:00.000000
443
443
SELECT 1 + INTERVAL(1,0,1,2) + 1;
444
444
1 + INTERVAL(1,0,1,2) + 1
445
445
4