Commit 6b16bf4f authored by unknown's avatar unknown

Fix test results when you are in daylight saving time


mysql-test/t/timezone.test:
  Fix results when you are in daylight saving time
parent 501c3e7a
...@@ -11,6 +11,8 @@ enable_query_log; ...@@ -11,6 +11,8 @@ enable_query_log;
DROP TABLE IF EXISTS t1; DROP TABLE IF EXISTS t1;
--enable_warnings --enable_warnings
# The following is because of daylight saving time
--replace_result MEST MET
show variables like "timezone"; show variables like "timezone";
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment