summaryrefslogtreecommitdiff
path: root/mysql-test/suite/s3/alter.result
Commit message (Collapse)AuthorAgeFilesLines
* Fixed assertion Assertion `!table->pos_in_locked_tables' failedMonty2019-08-231-0/+19
| | | | | | | | | MDEV-19591 Assertion `!table->pos_in_locked_tables' failed in tc_release_table upon altering table into S3 under lock. The problem was that thd->open_tables->pos_in_locked_tables was not reset when alter table failed to reopen a locked table.
* MDEV-17841 S3 storage engineMonty2019-05-231-0/+103
A read-only storage engine that stores it's data in (aws) S3 To store data in S3 one could use ALTER TABLE: ALTER TABLE table_name ENGINE=S3 libmarias3 integration done by Sergei Golubchik libmarias3 created by Andrew Hutchings