1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Updated libmarias3 to latest version

This fixed a bug that caused the amazon.test to fail
This commit is contained in:
Monty
2019-08-29 12:49:56 +03:00
parent 41fa564c88
commit fac81c6752
3 changed files with 1 additions and 3 deletions

View File

@@ -3,6 +3,5 @@ set @@global.s3_protocol_version="Original";
create table t1 (pk int primary key, a int);
insert into t1 values (1,1),(2,2),(3,3),(4,4);
alter table t1 engine=S3;
ERROR HY000: Got error from put_object(database/t1/frm): 8 Access Denied
drop table t1;
set @@global.s3_protocol_version=@save_s3_protocol_version;

View File

@@ -17,7 +17,6 @@ set @@global.s3_protocol_version="Original";
create table t1 (pk int primary key, a int);
insert into t1 values (1,1),(2,2),(3,3),(4,4);
--replace_result $database database
--error 3
alter table t1 engine=S3;
drop table t1;