summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/default_row_format_alter,redundant.rdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/default_row_format_alter,redundant.rdiff')
-rw-r--r--mysql-test/suite/innodb/r/default_row_format_alter,redundant.rdiff13
1 files changed, 11 insertions, 2 deletions
diff --git a/mysql-test/suite/innodb/r/default_row_format_alter,redundant.rdiff b/mysql-test/suite/innodb/r/default_row_format_alter,redundant.rdiff
index 972ee9bdac8..a05a9914271 100644
--- a/mysql-test/suite/innodb/r/default_row_format_alter,redundant.rdiff
+++ b/mysql-test/suite/innodb/r/default_row_format_alter,redundant.rdiff
@@ -1,10 +1,19 @@
--- default_row_format_alter.result
-+++ default_row_format_alter,compact.reject
-@@ -91,6 +91,6 @@
++++ default_row_format_alter,redundant.reject
+@@ -91,7 +91,7 @@
ALTER TABLE t1 ADD b INT;
SELECT ROW_FORMAT FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME='t1';
ROW_FORMAT
-Dynamic
+Redundant
DROP TABLE t1;
+ #
+ # MDEV-23345 Assertion not_redundant() == old.not_redundant() failed
+@@ -102,6 +102,6 @@
+ ALTER TABLE t1 DROP b;
+ SELECT ROW_FORMAT FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME='t1';
+ ROW_FORMAT
+-Dynamic
++Redundant
+ DROP TABLE t1;
SET GLOBAL innodb_default_row_format = @row_format;