summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/instant_alter_charset,redundant.rdiff
blob: 935b5dbf78cc6c5b44d5604460da28a364da44a4 (plain)
1
2
3
4
5
6
7
8
9
10
--- instant_alter_charset.result
+++ instant_alter_charset,redundant.result
@@ -254,7 +254,6 @@
 alter table boundary_255
 modify b varchar(200) charset utf8mb3,
 algorithm=instant;
-ERROR 0A000: ALGORITHM=INSTANT is not supported. Reason: Cannot change column type. Try ALGORITHM=COPY
 alter table boundary_255
 modify c varchar(300) charset utf8mb3,
 algorithm=instant;