1
0
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:
Sergei Golubchik
2025-03-31 11:10:12 +02:00
parent da20e4d8a5
commit 402595f138
2 changed files with 1 additions and 7 deletions

View File

@@ -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";
#