summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/alter_instant,INPLACE.rdiff
blob: ec80e1d8ef00e8867a82a626069f1ac41b395535 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- alter_instant.result	2018-04-10 11:19:46.299868465 +0530
+++ alter_instant.reject	2018-04-10 11:22:19.433617807 +0530
@@ -8,7 +8,7 @@
 INSERT INTO t1(f1, f2) VALUES(1, 1);
 select @@alter_algorithm;
 @@alter_algorithm
-NOCOPY
+INPLACE
 # Add column at the end of the table
 ALTER TABLE t1 ADD COLUMN f4 char(100) default "BIG WALL";
 affected rows: 0