~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/sysdate_is_now.test

  • Committer: Lee
  • Date: 2008-12-17 22:28:11 UTC
  • mto: (754.1.1 devel) (758.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 725.
  • Revision ID: lbieber@lbieber-desktop-20081217222811-uhjfkp2mb17c03xg
enable sysdate_is_now test

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