[MDEV-8406] Test failure on encryption.innodb-page_encryption_log_encryption in P7/P8 Created: 2015-07-01  Updated: 2015-07-01  Resolved: 2015-07-01

Status: Closed
Project: MariaDB Server
Component/s: Encryption, Storage Engine - InnoDB, Storage Engine - XtraDB
Affects Version/s: 10.1.5
Fix Version/s: 10.1.6

Type: Bug Priority: Major
Reporter: Jan Lindström (Inactive) Assignee: Jan Lindström (Inactive)
Resolution: Fixed Votes: 0
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



 Comments   
Comment by Jan Lindström (Inactive) [ 2015-07-01 ]

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/P8

Used wrong type for encryption_key_id and page_compression_level in
table options. Make explicit casts for calls also.

Generated at Thu Feb 08 07:26:55 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.