Browse Source

Bug #52315 part 2 addendum : reset back the timestamp

pull/374/head
Georgi Kodinov 15 years ago
parent
commit
0a8419dfdd
  1. 1
      mysql-test/r/func_time.result
  2. 3
      mysql-test/t/func_time.test

1
mysql-test/r/func_time.result

@ -1340,4 +1340,5 @@ SET TIMESTAMP=-1;
SELECT UTC_TIMESTAMP();
SET TIMESTAMP=1;
SELECT UTC_TIMESTAMP();
SET TIMESTAMP=0;
End of 5.0 tests

3
mysql-test/t/func_time.test

@ -856,5 +856,8 @@ SET TIMESTAMP=-1; SELECT UTC_TIMESTAMP();
SET TIMESTAMP=1; SELECT UTC_TIMESTAMP();
--enable_result_log
#reset back the timestamp value
SET TIMESTAMP=0;
--echo End of 5.0 tests
Loading…
Cancel
Save