Bug #52315 part 2 addendum : reset back the timestamp
This commit is contained in:
parent
59f68983ff
commit
6954b67255
@ -1340,4 +1340,5 @@ SET TIMESTAMP=-1;
|
|||||||
SELECT UTC_TIMESTAMP();
|
SELECT UTC_TIMESTAMP();
|
||||||
SET TIMESTAMP=1;
|
SET TIMESTAMP=1;
|
||||||
SELECT UTC_TIMESTAMP();
|
SELECT UTC_TIMESTAMP();
|
||||||
|
SET TIMESTAMP=0;
|
||||||
End of 5.0 tests
|
End of 5.0 tests
|
||||||
|
@ -856,5 +856,8 @@ SET TIMESTAMP=-1; SELECT UTC_TIMESTAMP();
|
|||||||
SET TIMESTAMP=1; SELECT UTC_TIMESTAMP();
|
SET TIMESTAMP=1; SELECT UTC_TIMESTAMP();
|
||||||
--enable_result_log
|
--enable_result_log
|
||||||
|
|
||||||
|
#reset back the timestamp value
|
||||||
|
SET TIMESTAMP=0;
|
||||||
|
|
||||||
|
|
||||||
--echo End of 5.0 tests
|
--echo End of 5.0 tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user