fix main.timezone test for DST
authorSergei Golubchik <serg@mariadb.org>
Mon, 31 Mar 2025 09:10:12 +0000 (11:10 +0200)
committerOtto Kekäläinen <otto@debian.org>
Wed, 23 Apr 2025 14:29:38 +0000 (07:29 -0700)
Origin: https://github.com/MariaDB/server/commit/402595f138db92a3bf7e67f30e24f682e6c3ca82.patch
Forwarded: https://github.com/MariaDB/server/commit/402595f138db92a3bf7e67f30e24f682e6c3ca82

Gbp-Pq: Name 1084293-allow-cest-in-timezone-test.patch

mysql-test/main/timezone.test

index 0fa50b7f666fc8bc746e29003551affbb6e025e6..fb03889f541bffe70da45f99028412cfa918bb9f 100644 (file)
@@ -8,7 +8,7 @@ select FROM_UNIXTIME(24*3600);
 enable_query_log;
 
 # 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";
 
 --echo #