1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-23326: fix - not embedded main.mysql_tzinfo_to_sql_symlink

Because this test uses a unix socket to check if the
mysql_tzinfo_to_sql generates suitable SQL it cannot work in
embedded mode.
This commit is contained in:
Daniel Black
2022-01-27 11:09:11 +11:00
parent c9356223c9
commit 4775677457

View File

@ -1,5 +1,6 @@
--source include/have_symlink.inc
--source include/not_windows.inc
--source include/not_embedded.inc
use mysql;
RENAME TABLE time_zone TO time_zone_orig,