summaryrefslogtreecommitdiff
path: root/storage/maria/ma_rt_test.c
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2019-04-15 18:16:02 +0300
committerMonty <monty@mariadb.org>2019-05-13 14:01:45 +0300
commita9499a3850f617529526848d9e9da86ee3f9f2e9 (patch)
tree31f7851d536d121197ce151a71c06813f0ddd7ff /storage/maria/ma_rt_test.c
parent59e1525d744a4588e4778117e157fe9871accc77 (diff)
downloadmariadb-git-bb-maria-s3.tar.gz
MDEV-17841 S3 storage enginebb-maria-s3
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
Diffstat (limited to 'storage/maria/ma_rt_test.c')
-rw-r--r--storage/maria/ma_rt_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ma_rt_test.c b/storage/maria/ma_rt_test.c
index 88e4d7089e0..6cdd63e64d4 100644
--- a/storage/maria/ma_rt_test.c
+++ b/storage/maria/ma_rt_test.c
@@ -199,7 +199,7 @@ static int run_test(const char *filename)
if (!silent)
printf("- Open isam-file\n");
- if (!(file=maria_open(filename,2,HA_OPEN_ABORT_IF_LOCKED)))
+ if (!(file=maria_open(filename,2,HA_OPEN_ABORT_IF_LOCKED,0)))
goto err;
maria_begin(file);
if (opt_versioning)