Skip to content

Commit

Permalink
MDEV-33044 Loading time zones does not work with alter_algorithm INPL…
Browse files Browse the repository at this point in the history
…ACE (postfix)

Test case doesn't work on embedded builds.
  • Loading branch information
grooverdan committed Mar 28, 2024
1 parent 7890388 commit 9f1019b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
set global alter_algorithm=DEFAULT;

0 comments on commit 9f1019b

Please sign in to comment.