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

@ -1,4 +1,3 @@
DROP TABLE IF EXISTS t1;
show variables like "system_time_zone";
Variable_name Value
system_time_zone CET

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