Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.1.5
-
Fix Version/s: 10.1.6
-
Component/s: Encryption, Storage Engine - InnoDB, Storage Engine - XtraDB
-
Labels:None
Description
http://buildbot.askmonty.org/buildbot/builders/p8-rhel6-bintar/builds/640/steps/test/logs/stdio
create table innodb_compact(c1 bigint not null, b char(200)) engine=innodb row_format=compact encrypted=yes encryption_key_id=1; ERROR HY000: Can't create table `test`.`innodb_compact` (errno: 140 "Wrong create options") show warnings; Level Code Message Warning 140 InnoDB: ENCRYPTION_KEY_ID 0 not available Error 1005 Can't create table `test`.`innodb_compact` (errno: 140 "Wrong create options") Warning 1030 Got error 140 "Wrong create options" from storage engine InnoDB
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
commit 447416d1f390511fbf39c5076dd8a914f7444ec1
Author: Jan Lindström <jan.lindstrom@mariadb.com>
Date: Wed Jul 1 16:23:22 2015 +0300
MDEV-8406: Test failure on encryption.innodb-page_encryption_log_encryption in P7/P8Used wrong type for encryption_key_id and page_compression_level in
table options. Make explicit casts for calls also.