summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_time.test
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-02-02 20:13:11 +0200
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-02-02 20:13:11 +0200
commita265fde655316a4c1b1702bb97dd7fdde621f55c (patch)
tree5e85d791f20560e94b9b79c740448bd988b04ede /mysql-test/t/func_time.test
parent72ae1d65dd62f1e2cc308549a84a46feadd158f4 (diff)
parent0a8419dfdd6d80b6029c354fb0a82683b2fef617 (diff)
downloadmariadb-git-a265fde655316a4c1b1702bb97dd7fdde621f55c.tar.gz
merge
Diffstat (limited to 'mysql-test/t/func_time.test')
-rw-r--r--mysql-test/t/func_time.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/func_time.test b/mysql-test/t/func_time.test
index 032615ff56f..f32110ef87c 100644
--- a/mysql-test/t/func_time.test
+++ b/mysql-test/t/func_time.test
@@ -837,6 +837,9 @@ 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