From 4775677457b501b40714c74e5867ac83cfa4906d Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 27 Jan 2022 11:09:11 +1100 Subject: [PATCH] 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. --- mysql-test/main/mysql_tzinfo_to_sql_symlink.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/main/mysql_tzinfo_to_sql_symlink.test b/mysql-test/main/mysql_tzinfo_to_sql_symlink.test index d3f44babf28..fe7275294d5 100644 --- a/mysql-test/main/mysql_tzinfo_to_sql_symlink.test +++ b/mysql-test/main/mysql_tzinfo_to_sql_symlink.test @@ -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,