mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.11 into 11.4
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#
|
||||
# Test of SYSTEM time zone handling ( for my_system_gmt_sec()).
|
||||
# This script must be run with TZ=MET
|
||||
# This script must have zonedata for CET
|
||||
-- require include/have_cet_timezone.require
|
||||
|
||||
-- require include/have_met_timezone.require
|
||||
disable_query_log;
|
||||
select FROM_UNIXTIME(24*3600);
|
||||
enable_query_log;
|
||||
|
||||
# The following is because of daylight saving time
|
||||
--replace_result MEST MET
|
||||
--replace_result MEST CET MET CET
|
||||
show variables like "system_time_zone";
|
||||
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user