mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
fix main.timezone test for DST
This commit is contained in:
@@ -7,13 +7,8 @@ disable_query_log;
|
||||
select FROM_UNIXTIME(24*3600);
|
||||
enable_query_log;
|
||||
|
||||
# Initialization
|
||||
--disable_warnings
|
||||
DROP TABLE IF EXISTS t1;
|
||||
--enable_warnings
|
||||
|
||||
# The following is because of daylight saving time
|
||||
--replace_result MEST CET MET CET
|
||||
--replace_result MEST CET MET CET CEST CET
|
||||
show variables like "system_time_zone";
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user