Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.5
-
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
|