diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-06-18 11:17:43 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-06-19 19:43:07 +0200 |
commit | 35034d819cd4797466b9c99b446ad4a66bf93a29 (patch) | |
tree | 34b5af86c666c28f76287eb83678b8381e39e570 /debian | |
parent | 4acafaae9bf1b75d5328d6edc0dd4120f061db5a (diff) | |
download | mariadb-git-35034d819cd4797466b9c99b446ad4a66bf93a29.tar.gz |
S3 is pluggable now
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 9 | ||||
-rw-r--r-- | debian/mariadb-plugin-s3.install | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 71feb204fbd..0c16f867844 100644 --- a/debian/control +++ b/debian/control @@ -623,6 +623,15 @@ Description: Connect storage engine for MariaDB other interesting features. This package contains the Connect plugin for MariaDB. +Package: mariadb-plugin-s3 +Architecture: any +Depends: libcurl4, + mariadb-server-10.5 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: S3 storage engine for MariaDB + Read only table stored in S3. + Package: mariadb-plugin-rocksdb Architecture: amd64 arm64 mips64el ppc64el Depends: mariadb-server-10.5 (= ${binary:Version}), diff --git a/debian/mariadb-plugin-s3.install b/debian/mariadb-plugin-s3.install new file mode 100644 index 00000000000..a6f90b76f82 --- /dev/null +++ b/debian/mariadb-plugin-s3.install @@ -0,0 +1,3 @@ +etc/mysql/mariadb.conf.d/s3.cnf +usr/bin/aria_s3_copy +usr/lib/mysql/plugin/ha_s3.so |