~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/timezone.test

  • Committer: Lee
  • Date: 2008-12-18 19:49:52 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-20081218194952-h56u6atft3okws7g
enable temp_table, timezone and timezone4 tests, timezone currently fails due to bug 309403

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
-- require r/have_met_timezone.require
6
6
disable_query_log;
 
7
# Drizzle bug #309403 - returning wrong value for FROM_UNIXTIME
7
8
select FROM_UNIXTIME(24*3600);
8
9
enable_query_log;
9
10