~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_sapdb.test

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:32:30 UTC
  • mto: (511.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063230-4brxsra0qsmsg84q
Added -Wunused-macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
select datediff("1997-12-31 23:59:59.000001","1997-12-30");
33
33
select datediff("1997-11-30 23:59:59.000001","1997-12-31");
34
 
SET @@SQL_MODE="ALLOW_INVALID_DATES";
35
 
select datediff("1997-11-31 23:59:59.000001","1997-12-31");
36
 
SET @@SQL_MODE="";
37
34
 
38
35
# This will give a warning
39
36
select datediff("1997-11-31 23:59:59.000001","1997-12-31");