mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -1,5 +1,6 @@
|
|||||||
--source include/have_symlink.inc
|
--source include/have_symlink.inc
|
||||||
--source include/not_windows.inc
|
--source include/not_windows.inc
|
||||||
|
--source include/not_embedded.inc
|
||||||
|
|
||||||
use mysql;
|
use mysql;
|
||||||
RENAME TABLE time_zone TO time_zone_orig,
|
RENAME TABLE time_zone TO time_zone_orig,
|
||||||
|
Reference in New Issue
Block a user