Bug #52315 part 2 addendum : reset back the timestamp

This commit is contained in:
Georgi Kodinov 2011-02-02 20:10:57 +02:00
parent 59f68983ff
commit 6954b67255
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -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