diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-07-03 19:04:38 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-07-05 08:38:47 +0200 |
commit | d3c21484be9ba24ca244defd8991b02d8c1ab035 (patch) | |
tree | f78f859a0175fb264b679c433907db9cff6165cc /debian | |
parent | 7d56bddfcfb8efb064d403ae2bf67ba81e222722 (diff) | |
download | mariadb-git-d3c21484be9ba24ca244defd8991b02d8c1ab035.tar.gz |
MDEV-19942 Default installation of mariadb-server doesn't allow clients to use client plugins
while client tools technically don't need or depend on libmariadb3.so,
they need client plugins, that come with it.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index edd11a99373..ba6243c38dd 100644 --- a/debian/control +++ b/debian/control @@ -175,7 +175,7 @@ Description: MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf) Package: mariadb-client-core-10.2 Architecture: any -Depends: mariadb-common (>= ${source:Version}), +Depends: mariadb-common (>= ${source:Version}), libmariadb3, ${misc:Depends}, ${shlibs:Depends} Conflicts: mariadb-client-10.0, |