From b3027d4065538425f4a8e71fef1227ef41d10d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Mon, 9 Oct 2017 21:09:54 +0300 Subject: MDEV-11369: Test ROW_FORMAT=COMPRESSED innodb.instant_alter: Demonstrate that instant ADD COLUMN is not supported for ROW_FORMAT=COMPRESSED but is for ROW_FORMAT=DYNAMIC. Test adding NOT NULL columns without explict DEFAULT using both ALGORITHM=COPY and ALGORITHM=INPLACE (so that implicit DEFAULT will be used). --- mysql-test/suite/innodb/r/instant_alter.result | Bin 117087 -> 118205 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'mysql-test/suite/innodb/r/instant_alter.result') diff --git a/mysql-test/suite/innodb/r/instant_alter.result b/mysql-test/suite/innodb/r/instant_alter.result index c06e58b4c77..544b30dd041 100644 Binary files a/mysql-test/suite/innodb/r/instant_alter.result and b/mysql-test/suite/innodb/r/instant_alter.result differ -- cgit v1.2.1