You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/suite/innodb/r/virtual_index.result
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -198,3 +198,16 @@ ALTER TABLE t1 ADD COLUMN col7a INT GENERATED ALWAYS AS (col1 % col2)
198
198
VIRTUAL, ADD UNIQUE index idx (col1), algorithm=inplace;
199
199
ERROR 0A000: ALGORITHM=INPLACE is not supported. Reason: INPLACE ADD or DROP of virtual columns cannot be combined with other ALTER TABLE actions. Try ALGORITHM=COPY.
200
200
DROP TABLE t1;
201
+
#
202
+
# Bug 27122803 - BACKPORT FIX FOR BUG 25899959 TO MYSQL-5.7
0 commit comments