From 9f1019ba3ddec192ca0c1822710d654b0c42e4dd Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 28 Mar 2024 13:53:52 +1100 Subject: [PATCH] MDEV-33044 Loading time zones does not work with alter_algorithm INPLACE (postfix) Test case doesn't work on embedded builds. --- .../main/load_timezones_with_alter_algorithm_inplace.test | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mysql-test/main/load_timezones_with_alter_algorithm_inplace.test b/mysql-test/main/load_timezones_with_alter_algorithm_inplace.test index e840ae94a74..809f147fe04 100644 --- a/mysql-test/main/load_timezones_with_alter_algorithm_inplace.test +++ b/mysql-test/main/load_timezones_with_alter_algorithm_inplace.test @@ -1,3 +1,5 @@ +--source include/not_embedded.inc + # MDEV-33044 Loading time zones does not work with alter_algorithm INPLACE set global alter_algorithm=INPLACE; @@ -35,4 +37,4 @@ RENAME TABLE mysql.time_zone_name_BACKUP TO mysql.time_zone_name; RENAME TABLE mysql.time_zone_transition_BACKUP TO mysql.time_zone_transition; RENAME TABLE mysql.time_zone_transition_type_BACKUP TO mysql.time_zone_transition_type; -set global alter_algorithm=DEFAULT; \ No newline at end of file +set global alter_algorithm=DEFAULT;