Commit 47756774 authored by Daniel Black's avatar Daniel Black

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.
parent c9356223
--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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment