-
Type:
Bug
-
Status: Closed (View Workflow)
-
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
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
|