mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / t / timezone4.test
blobd7372c75d5a9a957d84ba3380b6b9b4855a357ef
2 # Tests for time functions. The difference from func_time test is the
3 # timezone. In func_time it's GMT-3. In our case it's GMT+10
7 # Test for bug bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1"
10 select from_unixtime(0);
11 # check 0 boundary
12 select unix_timestamp('1969-12-31 14:00:01');