mirror of
https://github.com/MariaDB/server.git
synced 2025-05-08 15:01:49 +03:00
21 lines
717 B
Plaintext
21 lines
717 B
Plaintext
--source include/have_symlink.inc
|
|
--source include/not_windows.inc
|
|
|
|
# Note: The output of mysql_tzinfo_to_sql is different if server is compiled
|
|
# with wsrep. Hence a copy of this test has been placed under wsrep suite with
|
|
# the updated result. (lp:1161432)
|
|
--source include/not_wsrep.inc
|
|
|
|
--echo #
|
|
--echo # MDEV-5226 mysql_tzinfo_to_sql errors with tzdata 2013f and above
|
|
--echo #
|
|
|
|
--exec mkdir $MYSQLTEST_VARDIR/zoneinfo
|
|
--exec ln -s $MYSQLTEST_VARDIR/zoneinfo $MYSQLTEST_VARDIR/zoneinfo/posix
|
|
--copy_file std_data/zoneinfo/GMT $MYSQLTEST_VARDIR/zoneinfo/GMT
|
|
|
|
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
|
|
--exec $MYSQL_TZINFO_TO_SQL $MYSQLTEST_VARDIR/zoneinfo 2>&1
|
|
|
|
--exec rm -rf $MYSQLTEST_VARDIR/zoneinfo
|