diff options
Diffstat (limited to 'mysql-test/suite/encryption/r/innodb-checksum-algorithm,32k.rdiff')
-rw-r--r-- | mysql-test/suite/encryption/r/innodb-checksum-algorithm,32k.rdiff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mysql-test/suite/encryption/r/innodb-checksum-algorithm,32k.rdiff b/mysql-test/suite/encryption/r/innodb-checksum-algorithm,32k.rdiff new file mode 100644 index 00000000..d8407ce5 --- /dev/null +++ b/mysql-test/suite/encryption/r/innodb-checksum-algorithm,32k.rdiff @@ -0,0 +1,14 @@ +--- suite/encryption/r/innodb-checksum-algorithm.result ++++ suite/encryption/r/innodb-checksum-algorithm.result +@@ -9,9 +9,9 @@ + SET GLOBAL innodb_checksum_algorithm = crc32; + SET GLOBAL innodb_default_encryption_key_id=4; + create table tce(a serial, b blob, index(b(10))) engine=innodb +-ROW_FORMAT=COMPRESSED encrypted=yes; ++ROW_FORMAT=DYNAMIC encrypted=yes; + create table tc(a serial, b blob, index(b(10))) engine=innodb +-ROW_FORMAT=COMPRESSED encrypted=no; ++ROW_FORMAT=DYNAMIC encrypted=no; + Warnings: + Warning 140 InnoDB: ENCRYPTED=NO implies ENCRYPTION_KEY_ID=1 + create table te(a serial, b blob, index(b(10))) engine=innodb |