summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/instant_alter_charset,redundant.rdiff
blob: 82a5ca959861a731626087478a9064cfd0363fcf (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 INPLACE. Try ALGORITHM=COPY
 alter table boundary_255
 modify c varchar(300) charset utf8mb3,
 algorithm=instant;