Skip to content

Commit

Permalink
MDEV-25236 fixup: instant_alter_debug,dynamic result
Browse files Browse the repository at this point in the history
We only support the instantaneous removal of the NOT NULL attribute for
ROW_FORMAT=REDUNDANT tables.
  • Loading branch information
dr-m committed Jul 20, 2021
1 parent 7af5d96 commit 3e5a11e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mysql-test/suite/innodb/r/instant_alter_debug,dynamic.rdiff
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@@ -470,4 +470,4 @@
FROM information_schema.global_status
WHERE variable_name = 'innodb_instant_alter_column';
instants
-33
+32

0 comments on commit 3e5a11e

Please sign in to comment.