~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/sysdate_is_now.test

  • Committer: Stewart Smith
  • Date: 2008-12-20 04:14:28 UTC
  • mfrom: (726 testable)
  • mto: This revision was merged to the branch mainline in revision 728.
  • Revision ID: stewart@flamingspork.com-20081220041428-g6a6jk0z8ochlh0d
merge with head

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# 2. SYSDATE() obeys set timestamp
8
8
 
9
9
set timestamp=1;
10
 
SELECT sleep(1),NOW()-SYSDATE() as zero;
11
 
# End of 5.0 tests
 
10
SELECT NOW()-SYSDATE() as zero;
 
11
# End of tests