summaryrefslogtreecommitdiff
path: root/mysql-test/suite/encryption/r/compressed_import_tablespace.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/encryption/r/compressed_import_tablespace.result')
-rw-r--r--mysql-test/suite/encryption/r/compressed_import_tablespace.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/encryption/r/compressed_import_tablespace.result b/mysql-test/suite/encryption/r/compressed_import_tablespace.result
index 63e7cf8b0c3..81d62eb5d17 100644
--- a/mysql-test/suite/encryption/r/compressed_import_tablespace.result
+++ b/mysql-test/suite/encryption/r/compressed_import_tablespace.result
@@ -9,7 +9,7 @@ t1 CREATE TABLE `t1` (
`id` int(11) NOT NULL,
`a` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPRESSED `ENCRYPTED`=YES
+) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=COMPRESSED `ENCRYPTED`=YES
# Wait max 10 min for key encryption threads to encrypt all spaces
db.opt
t1.frm
@@ -35,5 +35,5 @@ t1 CREATE TABLE `t1` (
`id` int(11) NOT NULL,
`a` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPRESSED `ENCRYPTED`=YES
+) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=COMPRESSED `ENCRYPTED`=YES
DROP TABLE t1;