10.9 branch

This commit is contained in:
Sergei Golubchik 2022-02-08 19:25:42 +01:00
parent c0f5fd2754
commit b24148b146
62 changed files with 404 additions and 388 deletions

View file

@ -1,4 +1,4 @@
MYSQL_VERSION_MAJOR=10
MYSQL_VERSION_MINOR=8
MYSQL_VERSION_PATCH=1
SERVER_MATURITY=gamma
MYSQL_VERSION_MINOR=9
MYSQL_VERSION_PATCH=0
SERVER_MATURITY=alpha

View file

@ -108,7 +108,7 @@ collation-server = utf8mb4_general_ci
# you can put MariaDB-only options here
[mariadb]
# This group is only read by MariaDB-10.8 servers.
# This group is only read by MariaDB-10.9 servers.
# If you use the same .cnf file for MariaDB of different versions,
# use this group for options that older servers don't understand
[mariadb-10.8]
[mariadb-10.9]

View file

@ -1,4 +1,4 @@
'''apport package hook for mariadb-10.8
'''apport package hook for mariadb-10.9
(c) 2009 Canonical Ltd.
Author: Mathias Gug <mathias.gug@canonical.com>
@ -21,7 +21,7 @@ def _add_my_conf_files(report, filename):
continue
def add_info(report):
attach_conffiles(report, 'mariadb-server-10.8', conffiles=None)
attach_conffiles(report, 'mariadb-server-10.9', conffiles=None)
key = 'Logs' + path_to_key('/var/log/daemon.log')
report[key] = ""
for line in read_file('/var/log/daemon.log').split('\n'):

2
debian/changelog vendored
View file

@ -1,4 +1,4 @@
mariadb-10.8 (1:10.8.0) unstable; urgency=medium
mariadb-10.9 (1:10.9.0) unstable; urgency=medium
* Initial Release

106
debian/control vendored
View file

@ -1,4 +1,4 @@
Source: mariadb-10.8
Source: mariadb-10.9
Section: database
Priority: optional
Maintainer: MariaDB Developers <maria-developers@lists.launchpad.net>
@ -262,7 +262,7 @@ Description: MariaDB common configuration files
.
This package includes configuration files common to all MariaDB programs.
Package: mariadb-client-core-10.8
Package: mariadb-client-core-10.9
Architecture: any
Depends: libmariadb3 (>= 10.5.4),
mariadb-common (>= ${source:Version}),
@ -276,7 +276,8 @@ Conflicts: mariadb-client-10.0,
mariadb-client-10.5,
mariadb-client-10.6,
mariadb-client-10.7,
mariadb-client-10.8 (<< ${source:Version}),
mariadb-client-10.8,
mariadb-client-10.9 (<< ${source:Version}),
mariadb-client-5.1,
mariadb-client-5.2,
mariadb-client-5.3,
@ -312,7 +313,8 @@ Breaks: mariadb-server-10.0,
mariadb-server-core-10.5,
mariadb-server-core-10.6,
mariadb-server-core-10.7,
mariadb-server-core-10.8 (<< ${source:Version}),
mariadb-server-core-10.8,
mariadb-server-core-10.9 (<< ${source:Version}),
mysql-server-core-5.5,
mysql-server-core-5.6,
mysql-server-core-5.7,
@ -328,7 +330,8 @@ Replaces: mariadb-client-10.0,
mariadb-client-10.5,
mariadb-client-10.6,
mariadb-client-10.7,
mariadb-client-10.8 (<< ${source:Version}),
mariadb-client-10.8,
mariadb-client-10.9 (<< ${source:Version}),
mariadb-client-5.1,
mariadb-client-5.2,
mariadb-client-5.3,
@ -354,7 +357,8 @@ Replaces: mariadb-client-10.0,
mariadb-server-core-10.5,
mariadb-server-core-10.6,
mariadb-server-core-10.7,
mariadb-server-core-10.8 (<< ${source:Version}),
mariadb-server-core-10.8,
mariadb-server-core-10.9 (<< ${source:Version}),
mysql-client (<< 5.0.51),
mysql-client-5.0,
mysql-client-5.1,
@ -382,11 +386,11 @@ Description: MariaDB database core client binaries
.
This package includes the core client files, as used by Akonadi.
Package: mariadb-client-10.8
Package: mariadb-client-10.9
Architecture: any
Depends: debianutils (>=1.6),
libconfig-inifiles-perl,
mariadb-client-core-10.8 (>= ${source:Version}),
mariadb-client-core-10.9 (>= ${source:Version}),
mariadb-common,
${misc:Depends},
${perl:Depends},
@ -400,7 +404,8 @@ Conflicts: mariadb-client (<< ${source:Version}),
mariadb-client-10.5,
mariadb-client-10.6,
mariadb-client-10.7,
mariadb-client-10.8 (<< ${source:Version}),
mariadb-client-10.8,
mariadb-client-10.9 (<< ${source:Version}),
mariadb-client-5.1,
mariadb-client-5.2,
mariadb-client-5.3,
@ -428,7 +433,8 @@ Breaks: mariadb-client-core-10.0,
mariadb-client-core-10.5,
mariadb-client-core-10.6,
mariadb-client-core-10.7,
mariadb-client-core-10.8 (<< ${source:Version}),
mariadb-client-core-10.8,
mariadb-client-core-10.9 (<< ${source:Version}),
mariadb-server-10.0,
mariadb-server-10.1,
mariadb-server-10.2,
@ -437,7 +443,8 @@ Breaks: mariadb-client-core-10.0,
mariadb-server-10.5,
mariadb-server-10.6,
mariadb-server-10.7,
mariadb-server-10.8 (<< ${source:Version}),
mariadb-server-10.8,
mariadb-server-10.9 (<< ${source:Version}),
mariadb-server-core-10.0,
mariadb-server-core-10.1,
mariadb-server-core-10.2,
@ -446,7 +453,8 @@ Breaks: mariadb-client-core-10.0,
mariadb-server-core-10.5,
mariadb-server-core-10.6,
mariadb-server-core-10.7,
mariadb-server-core-10.8 (<< ${source:Version}),
mariadb-server-core-10.8,
mariadb-server-core-10.9 (<< ${source:Version}),
mysql-server-5.5,
mysql-server-5.6,
mysql-server-5.7,
@ -478,7 +486,8 @@ Replaces: mariadb-client (<< ${source:Version}),
mariadb-client-core-10.5,
mariadb-client-core-10.6,
mariadb-client-core-10.7,
mariadb-client-core-10.8 (<< ${source:Version}),
mariadb-client-core-10.8,
mariadb-client-core-10.9 (<< ${source:Version}),
mariadb-server-10.0,
mariadb-server-10.1,
mariadb-server-10.2,
@ -487,7 +496,8 @@ Replaces: mariadb-client (<< ${source:Version}),
mariadb-server-10.5,
mariadb-server-10.6,
mariadb-server-10.7,
mariadb-server-10.8 (<< ${source:Version}),
mariadb-server-10.8,
mariadb-server-10.9 (<< ${source:Version}),
mariadb-server-core-10.0,
mariadb-server-core-10.1,
mariadb-server-core-10.2,
@ -496,7 +506,8 @@ Replaces: mariadb-client (<< ${source:Version}),
mariadb-server-core-10.5,
mariadb-server-core-10.6,
mariadb-server-core-10.7,
mariadb-server-core-10.8 (<< ${source:Version}),
mariadb-server-core-10.8,
mariadb-server-core-10.9 (<< ${source:Version}),
mysql-client (<< 5.0.51),
mysql-client-5.0,
mysql-client-5.1,
@ -537,7 +548,7 @@ Description: MariaDB database client binaries
This package includes the client binaries and the additional tools
innotop and mariadb-report (mysqlreport).
Package: mariadb-server-core-10.8
Package: mariadb-server-core-10.9
Architecture: any
Depends: mariadb-common (>= ${source:Version}),
${misc:Depends},
@ -568,7 +579,8 @@ Breaks: mariadb-client-10.0,
mariadb-client-10.5,
mariadb-client-10.6,
mariadb-client-10.7,
mariadb-client-10.8 (<< ${source:Version}),
mariadb-client-10.8,
mariadb-client-10.9 (<< ${source:Version}),
mariadb-server-10.0,
mariadb-server-10.1,
mariadb-server-10.3,
@ -576,7 +588,8 @@ Breaks: mariadb-client-10.0,
mariadb-server-10.5,
mariadb-server-10.6,
mariadb-server-10.7,
mariadb-server-10.8 (<< ${source:Version}),
mariadb-server-10.8,
mariadb-server-10.9 (<< ${source:Version}),
mysql-client-5.5,
mysql-server-5.5,
mysql-server-5.6,
@ -593,7 +606,8 @@ Replaces: mariadb-client-10.0,
mariadb-client-10.5,
mariadb-client-10.6,
mariadb-client-10.7,
mariadb-client-10.8 (<< ${source:Version}),
mariadb-client-10.8,
mariadb-client-10.9 (<< ${source:Version}),
mariadb-server-10.0,
mariadb-server-10.1,
mariadb-server-10.3,
@ -601,7 +615,8 @@ Replaces: mariadb-client-10.0,
mariadb-server-10.5,
mariadb-server-10.6,
mariadb-server-10.7,
mariadb-server-10.8 (<< ${source:Version}),
mariadb-server-10.8,
mariadb-server-10.9 (<< ${source:Version}),
mariadb-server-core-10.0,
mariadb-server-core-10.1,
mariadb-server-core-10.2,
@ -638,7 +653,7 @@ Description: MariaDB database core server files
.
This package includes the core server files, as used by Akonadi.
Package: mariadb-server-10.8
Package: mariadb-server-10.9
Architecture: any
Suggests: mailx,
mariadb-test,
@ -653,8 +668,8 @@ Depends: galera-4 (>= 26.4),
libdbi-perl,
lsb-base (>= 3.0-10),
lsof [linux-any],
mariadb-client-10.8 (>= ${source:Version}),
mariadb-server-core-10.8 (>= ${source:Version}),
mariadb-client-10.9 (>= ${source:Version}),
mariadb-server-core-10.9 (>= ${source:Version}),
passwd,
perl (>= 5.6),
procps,
@ -703,7 +718,8 @@ Replaces: handlersocket-mysql-5.5,
mariadb-client-10.5,
mariadb-client-10.6,
mariadb-client-10.7,
mariadb-client-10.8 (<< ${source:Version}),
mariadb-client-10.8,
mariadb-client-10.9 (<< ${source:Version}),
mariadb-server (<< ${source:Version}),
mariadb-server-10.0,
mariadb-server-10.1,
@ -744,11 +760,11 @@ Description: MariaDB database server binaries
Package: mariadb-server
Architecture: all
Depends: mariadb-server-10.8 (>= ${source:Version}),
Depends: mariadb-server-10.9 (>= ${source:Version}),
${misc:Depends}
Description: MariaDB database server (metapackage depending on the latest version)
This is an empty package that depends on the current "best" version of
mariadb-server (currently mariadb-server-10.8), as determined by the MariaDB
mariadb-server (currently mariadb-server-10.9), as determined by the MariaDB
maintainers. Install this package if in doubt about which MariaDB
version you need. That will install the version recommended by the
package maintainers.
@ -760,11 +776,11 @@ Description: MariaDB database server (metapackage depending on the latest versio
Package: mariadb-client
Architecture: all
Depends: mariadb-client-10.8 (>= ${source:Version}),
Depends: mariadb-client-10.9 (>= ${source:Version}),
${misc:Depends}
Description: MariaDB database client (metapackage depending on the latest version)
This is an empty package that depends on the current "best" version of
mariadb-client (currently mariadb-client-10.8), as determined by the MariaDB
mariadb-client (currently mariadb-client-10.9), as determined by the MariaDB
maintainers. Install this package if in doubt about which MariaDB version
you want, as this is the one considered to be in the best shape.
@ -776,7 +792,7 @@ Breaks: mariadb-backup-10.1,
Replaces: mariadb-backup-10.1,
mariadb-backup-10.2,
mariadb-client-10.1
Depends: mariadb-client-core-10.8 (= ${binary:Version}),
Depends: mariadb-client-core-10.9 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Backup tool for MariaDB server
@ -789,7 +805,7 @@ Description: Backup tool for MariaDB server
Package: mariadb-plugin-connect
Architecture: any
Depends: libxml2,
mariadb-server-10.8 (= ${server:Version}),
mariadb-server-10.9 (= ${server:Version}),
unixodbc,
${misc:Depends},
${shlibs:Depends}
@ -812,7 +828,7 @@ Description: Connect storage engine for MariaDB
Package: mariadb-plugin-s3
Architecture: any
Depends: libcurl4,
mariadb-server-10.8 (= ${server:Version}),
mariadb-server-10.9 (= ${server:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Amazon S3 archival storage engine for MariaDB
@ -822,7 +838,7 @@ Description: Amazon S3 archival storage engine for MariaDB
Package: mariadb-plugin-rocksdb
Architecture: amd64 arm64 mips64el ppc64el
Depends: mariadb-server-10.8 (= ${server:Version}),
Depends: mariadb-server-10.9 (= ${server:Version}),
python3,
rocksdb-tools,
${misc:Depends},
@ -842,7 +858,7 @@ Description: RocksDB storage engine for MariaDB
Package: mariadb-plugin-oqgraph
Architecture: any
Depends: libjudydebian1,
mariadb-server-10.8 (= ${server:Version}),
mariadb-server-10.9 (= ${server:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: mariadb-oqgraph-engine-10.0,
@ -862,7 +878,7 @@ Description: OQGraph storage engine for MariaDB
Package: mariadb-plugin-mroonga
Architecture: any-alpha any-amd64 any-arm any-arm64 any-i386 any-ia64 any-mips64el any-mips64r6el any-mipsel any-mipsr6el any-nios2 any-powerpcel any-ppc64el any-sh3 any-sh4 any-tilegx
Depends: mariadb-server-10.8 (= ${server:Version}),
Depends: mariadb-server-10.9 (= ${server:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: mariadb-server-10.0,
@ -882,7 +898,7 @@ Description: Mroonga storage engine for MariaDB
Package: mariadb-plugin-spider
Architecture: any
Depends: mariadb-server-10.8 (= ${server:Version}),
Depends: mariadb-server-10.9 (= ${server:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: mariadb-server-10.0,
@ -904,7 +920,7 @@ Description: Spider storage engine for MariaDB
Package: mariadb-plugin-gssapi-server
Architecture: any
Depends: libgssapi-krb5-2,
mariadb-server-10.8,
mariadb-server-10.9,
${misc:Depends},
${shlibs:Depends}
Breaks: mariadb-gssapi-server-10.1,
@ -925,7 +941,7 @@ Package: mariadb-plugin-gssapi-client
Architecture: any
Multi-Arch: same
Depends: libgssapi-krb5-2,
mariadb-client-10.8 (= ${binary:Version}),
mariadb-client-10.9 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: mariadb-gssapi-client-10.1,
@ -945,7 +961,7 @@ Description: GSSAPI authentication plugin for MariaDB client
Package: mariadb-plugin-cracklib-password-check
Architecture: any
Depends: libcrack2 (>= 2.9.0),
mariadb-server-10.8,
mariadb-server-10.9,
${misc:Depends},
${shlibs:Depends}
Description: CrackLib Password Validation Plugin for MariaDB
@ -956,43 +972,43 @@ Description: CrackLib Password Validation Plugin for MariaDB
Package: mariadb-plugin-provider-bzip2
Architecture: any
Depends: mariadb-server-10.8,
Depends: mariadb-server-10.9,
${misc:Depends},
${shlibs:Depends}
Description: BZip2 compression support in the server and storage engines
Package: mariadb-plugin-provider-lz4
Architecture: any
Depends: mariadb-server-10.8,
Depends: mariadb-server-10.9,
${misc:Depends},
${shlibs:Depends}
Description: LZ4 compression support in the server and storage engines
Package: mariadb-plugin-provider-lzma
Architecture: any
Depends: mariadb-server-10.8,
Depends: mariadb-server-10.9,
${misc:Depends},
${shlibs:Depends}
Description: LZMA compression support in the server and storage engines
Package: mariadb-plugin-provider-lzo
Architecture: any
Depends: mariadb-server-10.8,
Depends: mariadb-server-10.9,
${misc:Depends},
${shlibs:Depends}
Description: LZO compression support in the server and storage engines
Package: mariadb-plugin-provider-snappy
Architecture: any
Depends: mariadb-server-10.8,
Depends: mariadb-server-10.9,
${misc:Depends},
${shlibs:Depends}
Description: Snappy compression support in the server and storage engines
Package: mariadb-test
Architecture: any
Depends: mariadb-client-10.8 (= ${binary:Version}),
mariadb-server-10.8 (= ${server:Version}),
Depends: mariadb-client-10.9 (= ${binary:Version}),
mariadb-server-10.9 (= ${server:Version}),
mariadb-test-data (= ${source:Version}),
virtual-mysql-testsuite,
${misc:Depends},

View file

@ -1,3 +1,3 @@
# According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/
?package(mariadb-client-10.8):needs="text" section="Applications/Data Management"\
?package(mariadb-client-10.9):needs="text" section="Applications/Data Management"\
title="Innotop" command="/usr/bin/innotop"

View file

@ -9,6 +9,6 @@ ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
# Beware that there are two ypwhich one of them needs the 2>/dev/null!
if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then
db_input high mariadb-server-10.8/nis_warning || true
db_input high mariadb-server-10.9/nis_warning || true
db_go
fi

View file

@ -3,7 +3,7 @@ debian/additions/debian-start.inc.sh usr/share/mysql
debian/additions/echo_stderr usr/share/mysql
debian/additions/mariadb.conf.d/50-mysqld_safe.cnf etc/mysql/mariadb.conf.d
debian/additions/mariadb.conf.d/50-server.cnf etc/mysql/mariadb.conf.d
debian/additions/source_mariadb-10.8.py usr/share/apport/package-hooks
debian/additions/source_mariadb-10.9.py usr/share/apport/package-hooks
etc/apparmor.d/usr.sbin.mariadbd
etc/security/user_map.conf
lib/*/security/pam_user_map.so
@ -53,7 +53,7 @@ usr/lib/mysql/plugin/simple_password_check.so
usr/lib/mysql/plugin/sql_errlog.so
usr/lib/mysql/plugin/type_mysql_json.so
usr/lib/mysql/plugin/wsrep_info.so
usr/share/doc/mariadb-server-10.8/mariadbd.sym.gz
usr/share/doc/mariadb-server-10.9/mariadbd.sym.gz
usr/share/man/man1/aria_chk.1
usr/share/man/man1/aria_dump_log.1
usr/share/man/man1/aria_ftdump.1

View file

@ -165,7 +165,7 @@ case "${1:-''}" in
if ! mariadbd_status check_dead warn; then
log_end_msg 1
log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.8/README.Debian.gz!"
log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.9/README.Debian.gz!"
exit -1
else
log_end_msg 0

View file

@ -7,7 +7,7 @@
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
Template: mariadb-server-10.8/old_data_directory_saved
Template: mariadb-server-10.9/old_data_directory_saved
Type: note
_Description: The old data directory will be saved at new location
A file named /var/lib/mysql/debian-*.flag exists on this system.
@ -19,7 +19,7 @@ _Description: The old data directory will be saved at new location
.
Please manually export/import your data (e.g. with mysqldump) if needed.
Template: mariadb-server-10.8/nis_warning
Template: mariadb-server-10.9/nis_warning
Type: note
#flag:translate!:3,5
_Description: Important note for NIS/YP users
@ -33,7 +33,7 @@ _Description: Important note for NIS/YP users
.
/var/lib/mysql: drwxr-xr-x mysql mysql
Template: mariadb-server-10.8/postrm_remove_databases
Template: mariadb-server-10.9/postrm_remove_databases
Type: boolean
Default: false
_Description: Remove all MariaDB databases?

18
debian/not-installed vendored
View file

@ -16,15 +16,15 @@ usr/lib/*/libdbbc.a # ColumnStore header file
usr/lib/*/libidbboot.a # ColumnStore header file
usr/lib/*/libprocessor.a # ColumnStore header file
usr/lib/*/libwe_xml.a # ColumnStore header file
usr/share/doc/mariadb-server-10.8/COPYING
usr/share/doc/mariadb-server-10.8/COPYING.AGPLv3
usr/share/doc/mariadb-server-10.8/COPYING.GPLv2
usr/share/doc/mariadb-server-10.8/COPYING.thirdparty
usr/share/doc/mariadb-server-10.8/CREDITS
usr/share/doc/mariadb-server-10.8/EXCEPTIONS-CLIENT
usr/share/doc/mariadb-server-10.8/INSTALL-BINARY
usr/share/doc/mariadb-server-10.8/PATENTS
usr/share/doc/mariadb-server-10.8/README-wsrep
usr/share/doc/mariadb-server-10.9/COPYING
usr/share/doc/mariadb-server-10.9/COPYING.AGPLv3
usr/share/doc/mariadb-server-10.9/COPYING.GPLv2
usr/share/doc/mariadb-server-10.9/COPYING.thirdparty
usr/share/doc/mariadb-server-10.9/CREDITS
usr/share/doc/mariadb-server-10.9/EXCEPTIONS-CLIENT
usr/share/doc/mariadb-server-10.9/INSTALL-BINARY
usr/share/doc/mariadb-server-10.9/PATENTS
usr/share/doc/mariadb-server-10.9/README-wsrep
usr/share/groonga/COPYING
usr/share/groonga-normalizer-mysql/lgpl-2.0.txt
usr/share/groonga-normalizer-mysql/README.md

View file

@ -1 +1 @@
[type: gettext/rfc822deb] mariadb-server-10.8.templates
[type: gettext/rfc822deb] mariadb-server-10.9.templates

22
debian/po/ar.po vendored
View file

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: templates\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-05-01 13:04+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
@ -27,13 +27,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -42,7 +42,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -50,20 +50,20 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "ملاحظة هامة لمستخدمي NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -71,7 +71,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
#, fuzzy
#| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql "
@ -83,13 +83,13 @@ msgstr "عليك أيضاً أن تقوم بالتأكد من صلاحيات م
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "إزالة جميع قواعد بيانات MariaDB؟"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -97,7 +97,7 @@ msgstr "الدليل /var/lib/mysql الذي يحتوي قواعد بيانات
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

26
debian/po/ca.po vendored
View file

@ -1,12 +1,12 @@
# mariadb (debconf) translation to Catalan.
# his file is distributed under the same license as the mariadb-10.8 package.
# his file is distributed under the same license as the mariadb-10.9 package.
# Aleix Badia i Bosch <abadia@ica.es> 2004
# Innocent De Marchi <tangram.peces@gmail.com> 2017
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-20 17:55+0100\n"
"Last-Translator: Innocent De Marchi <tangram.peces@gmail.com>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "El directori de dades antigues es desarà a una nova localització"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -37,7 +37,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -47,7 +47,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -56,13 +56,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Nota important pels usuaris de «NIS/YP»"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Eliminar totes les bases de dades MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

24
debian/po/cs.po vendored
View file

@ -13,8 +13,8 @@
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2020-10-18 17:13+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
@ -26,13 +26,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Starý adresář s daty bude uložen na novém místě."
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -44,7 +44,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -54,7 +54,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -63,13 +63,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Důležitá poznámka pro uživatele NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -79,7 +79,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -88,13 +88,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Odstranit všechny MariaDB databáze?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -104,7 +104,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

30
debian/po/da.po vendored
View file

@ -1,13 +1,13 @@
# Danish translation mariadb-10.8.
# Copyright (C) 2014 mariadb-10.8 og nedenstående oversættere.
# This file is distributed under the same license as the mariadb-10.8 package.
# Danish translation mariadb-10.9.
# Copyright (C) 2014 mariadb-10.9 og nedenstående oversættere.
# This file is distributed under the same license as the mariadb-10.9 package.
# Claus Hindsgaul <claus.hindsgaul@gmail.com>, 2005, 2006, 2007.
# Joe Hansen <joedalton2@yahoo.dk>, 2014, 2016.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-07-09 22:41+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Den gamle datamappe vil blive gemt på en ny placering"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -37,7 +37,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -47,7 +47,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -56,13 +56,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Vigtig oplysning til NIS/YP-brugere"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Fjern alle MariaDB-databaser?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

24
debian/po/de.po vendored
View file

@ -1,4 +1,4 @@
# German translation of mariadb-10.8 10.0.13-1
# German translation of mariadb-10.9 10.0.13-1
# Alwin Meschede <ameschede@gmx.de>, 2006, 2007.
# Thomas Mueller <thomas.mueller@tmit.eu>, 2009.
# Chris Leick <c.leick@vollbio.de>, 2014-2016.
@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mariadb 10.0.25-1\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-12 22:39+0100\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Das alte Datenverzeichnis wird an einer neuen Stelle gespeichert"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -37,7 +37,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -47,7 +47,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -56,13 +56,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Wichtige Anmerkung für NIS/YP-Benutzer!"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Alle MariaDB-Datenbanken entfernen?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

22
debian/po/es.po vendored
View file

@ -40,7 +40,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1_5.0.24-3\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-04-30 21:26+0200\n"
"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
@ -54,13 +54,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Se guardará el directorio antiguo de datos a la nueva ubicación"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -82,7 +82,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -91,13 +91,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Nota importante para los usuarios de NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -107,7 +107,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -117,13 +117,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "¿Desea eliminar todas las bases de datos MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -133,7 +133,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

22
debian/po/eu.po vendored
View file

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2009-07-29 11:59+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
@ -20,13 +20,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -35,7 +35,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -43,20 +43,20 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -64,7 +64,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
#, fuzzy
#| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql "
@ -78,13 +78,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Ezabatu MariaDB datubase guztiak?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -93,7 +93,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

28
debian/po/fi.po vendored
View file

@ -1,11 +1,11 @@
# Finnish translations for mariadb-10.8 package
# This file is distributed under the same license as the mariadb-10.8 package.
# Finnish translations for mariadb-10.9 package
# This file is distributed under the same license as the mariadb-10.9 package.
# Antti Järvinen <antti.jarvinen@katiska.org>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-15 22:36+0200\n"
"Last-Translator: antti.jarvinen@katiska.org\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Vanha datahakemisto tullaan tallentamaan uuteen paikkaan"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -37,7 +37,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -47,7 +47,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -56,13 +56,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Merkittävä huomio NIS/YP -käyttäjille"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -80,13 +80,13 @@ msgstr "Tarkista myös hakemiston /var/lib/mysql omistaja ja oikeudet:"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Poistetaanko kaikki MariaDB-tietokannat?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -95,7 +95,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

26
debian/po/fr.po vendored
View file

@ -1,6 +1,6 @@
# Translation of mariadb-10.8 debconf templates to French
# Translation of mariadb-10.9 debconf templates to French
# Copyright (C) 2004-2016 Debian French l10n team <debian-l10n-french@lists.debian.org>
# This file is distributed under the same license as the mariadb-10.8 packages.
# This file is distributed under the same license as the mariadb-10.9 packages.
#
# Translators:
# Christian Perrier <bubulle@debian.org>, 2004, 2006, 2007, 2009, 2013.
@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-12-31 18:35+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
@ -23,13 +23,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "L'ancien répertoire de données sera sauvegardé à un nouvel emplacement"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -41,7 +41,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -51,7 +51,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -60,13 +60,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Note importante pour les utilisateurs NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -76,7 +76,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -86,13 +86,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Faut-il supprimer toutes les bases de données MariaDB ?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -102,7 +102,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

22
debian/po/gl.po vendored
View file

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-04-20 09:44+0200\n"
"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
@ -17,13 +17,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -32,7 +32,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -40,20 +40,20 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Nota importante para os usuarios de NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -61,7 +61,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
#, fuzzy
#| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql "
@ -75,13 +75,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "¿Eliminar tódalas bases de datos de MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -91,7 +91,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

28
debian/po/it.po vendored
View file

@ -1,11 +1,11 @@
# Italian (it) translation of debconf templates for mariadb-10.8
# This file is distributed under the same license as the mariadb-10.8 package.
# Italian (it) translation of debconf templates for mariadb-10.9
# This file is distributed under the same license as the mariadb-10.9 package.
# Luca Monducci <luca.mo@tiscali.it>, 2006-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8 10.0.13 Italian debconf templates\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9 10.0.13 Italian debconf templates\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-083-20 20:29+0100\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
@ -17,13 +17,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "La vecchia directory data verrà salvata in una nuova posizione"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -35,7 +35,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -45,7 +45,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -54,13 +54,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Nota importante per gli utenti NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -70,7 +70,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -80,13 +80,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Eliminare tutti i database MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -96,7 +96,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

24
debian/po/ja.po vendored
View file

@ -15,8 +15,8 @@
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8 10.0.32-1\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9 10.0.32-1\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-01 11:27+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
@ -30,13 +30,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "古いデータディレクトリは、新しい場所に保存されます"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -48,7 +48,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -58,7 +58,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -67,13 +67,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "NIS/YP ユーザへの重要な注意"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -83,7 +83,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -91,13 +91,13 @@ msgstr "/var/lib/mysql の所有者権限をチェックする必要もありま
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "すべての MariaDB データベースを削除しますか?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -107,7 +107,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

22
debian/po/nb.po vendored
View file

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mysql_nb\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-02-18 12:13+0100\n"
"Last-Translator: Bjørn Steensrud <bjornst@powertech.no>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -34,7 +34,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -42,14 +42,14 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
#, fuzzy
#| msgid "Important note for NIS/YP users!"
msgid "Important note for NIS/YP users"
@ -57,7 +57,7 @@ msgstr "Viktig merknad for NIS/YP-brukere!"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -65,7 +65,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -73,13 +73,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -87,7 +87,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
#, fuzzy
#| msgid ""
#| "The script is about to remove the data directory /var/lib/mysql. If it is "

24
debian/po/nl.po vendored
View file

@ -1,13 +1,13 @@
# Dutch mariadb-10 po-debconf translation,
# Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mariadb-10.8 package.
# This file is distributed under the same license as the mariadb-10.9 package.
# Vincent Zweije <zweije@xs4all.nl>, 2006.
# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2014, 2016, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.2.7-1\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2018-03-29 21:25+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
@ -21,13 +21,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "De oude data-map zal op een nieuwe locatie bewaard worden"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -39,7 +39,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -49,7 +49,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -58,13 +58,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Belangrijke opmerking voor gebruikers van NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -74,7 +74,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -84,13 +84,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Wilt u alle MariaDB-databases verwijderen?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -100,7 +100,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

24
debian/po/pt.po vendored
View file

@ -6,8 +6,8 @@
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-08-06 10:00+0100\n"
"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
@ -20,13 +20,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "O antigo directório de data será guardado num novo local"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -38,7 +38,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -48,7 +48,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -57,13 +57,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Nota importante para os utilizadores de NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -73,7 +73,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Remover todas as bases de dados MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

28
debian/po/pt_BR.po vendored
View file

@ -1,12 +1,12 @@
# Debconf translations for mariadb-10.8.
# This file is distributed under the same license as the mariadb-10.8 package.
# Debconf translations for mariadb-10.9.
# This file is distributed under the same license as the mariadb-10.9 package.
# André Luís Lopes, <andrelop@debian.org>, 2005-2007.
# Adriano Rafael Gomes <adrianorg@arg.eti.br>, 2015-2016.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-04-30 16:16-0300\n"
"Last-Translator: Adriano Rafael Gomes <adrianorg@arg.eti.br>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "O diretório de dados antigo será salvo em novo local"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -37,7 +37,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -47,7 +47,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -56,13 +56,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Aviso importante para usuários NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -72,7 +72,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Remover todas as bases de dados do MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

22
debian/po/ro.po vendored
View file

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: po-debconf://mysql-dfsg\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2006-12-20 21:27+0200\n"
"Last-Translator: stan ioan-eugen <stan.ieugen@gmail.com>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -34,7 +34,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -42,14 +42,14 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
#, fuzzy
#| msgid "Important note for NIS/YP users!"
msgid "Important note for NIS/YP users"
@ -57,7 +57,7 @@ msgstr "Notă importantă pentru utilizatorii NIS/YP!"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -65,7 +65,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -73,13 +73,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -87,7 +87,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
#, fuzzy
#| msgid ""
#| "The script is about to remove the data directory /var/lib/mysql. If it is "

24
debian/po/ru.po vendored
View file

@ -6,8 +6,8 @@
# Yuri Kozlov <yuray@komyakino.ru>, 2009, 2014, 2016.
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8 10.0.25-1\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9 10.0.25-1\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-04 18:56+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
@ -22,13 +22,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Каталог со старыми данными будет сохранён в новом месте"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -40,7 +40,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -51,7 +51,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -60,13 +60,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Важное замечание для пользователей NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -76,7 +76,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -84,13 +84,13 @@ msgstr "Также проверьте права доступа и владел
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Удалить все базы данных MariaDB?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -99,7 +99,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

26
debian/po/sv.po vendored
View file

@ -1,13 +1,13 @@
# Translation of mariadb-10.8 debconf template to Swedish
# Translation of mariadb-10.9 debconf template to Swedish
# Copyright (C) 2017 Martin Bagge <brother@bsnet.se>
# This file is distributed under the same license as the mariadb-10.8 package.
# This file is distributed under the same license as the mariadb-10.9 package.
#
# Andreas Henriksson <andreas@fatal.se>, 2007
# Martin Bagge <brother@bsnet.se>, 2009, 2015, 2017
msgid ""
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.0.21-3\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-23 09:20+0100\n"
"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
@ -20,13 +20,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Den gamla data-katalogen kommer att sparas till en ny plats"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -38,7 +38,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -48,7 +48,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -57,13 +57,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Viktig information för NIS/YP-användare"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -73,7 +73,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -83,13 +83,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Ta bort alla MariaDB-databaser?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -99,7 +99,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

View file

@ -1,13 +1,13 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mariadb-10.8 package.
# This file is distributed under the same license as the mariadb-10.9 package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -34,7 +34,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -42,20 +42,20 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -63,7 +63,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -71,13 +71,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -85,7 +85,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

24
debian/po/tr.po vendored
View file

@ -5,8 +5,8 @@
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-16 13:16+0300\n"
"Last-Translator: Atila KOÇ <koc@artielektronik.com.tr>\n"
@ -20,13 +20,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Eski veritabanı dizini yeni konumuna kaydedilecektir"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -38,7 +38,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -48,20 +48,20 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "Gerektiğinde verinizi elle (ör. mysqldump ile) içe/dışa aktarın."
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "NIS/YP kullanıcıları için önemli not"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -71,7 +71,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -81,13 +81,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Tüm MariaDB veritabanları kaldırılsın mı?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -96,7 +96,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

30
debian/po/vi.po vendored
View file

@ -1,12 +1,12 @@
# Vietnamese translations for mariadb-10.8 package
# Bản dịch Tiếng Việt dành cho gói mariadb-10.8.
# This file is distributed under the same license as the mariadb-10.8 package.
# Vietnamese translations for mariadb-10.9 package
# Bản dịch Tiếng Việt dành cho gói mariadb-10.9.
# This file is distributed under the same license as the mariadb-10.9 package.
# Trần Ngọc Quân <vnwildman@gmail.com>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"Project-Id-Version: mariadb-10.9\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-18 13:32+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
@ -20,13 +20,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid "The old data directory will be saved at new location"
msgstr "Thư mục dữ liệu cũ sẽ được lưu tại vị trí mới"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be "
@ -38,7 +38,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql."
@ -48,7 +48,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:2001
#: ../mariadb-server-10.9.templates:2001
msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr ""
@ -57,13 +57,13 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid "Important note for NIS/YP users"
msgstr "Chú ý quan trọng cho người dùng NIS/YP"
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:"
@ -73,7 +73,7 @@ msgstr ""
#. Type: note
#. Description
#: ../mariadb-server-10.8.templates:3001
#: ../mariadb-server-10.9.templates:3001
msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql "
"directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid "Remove all MariaDB databases?"
msgstr "Xóa bỏ mọi cơ sở dữ liệu MariaDB chứ?"
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../mariadb-server-10.8.templates:4001
#: ../mariadb-server-10.9.templates:4001
msgid ""
"If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, "

14
debian/rules vendored
View file

@ -134,12 +134,12 @@ override_dh_auto_install:
ifneq (,$(filter linux,$(DEB_HOST_ARCH_OS)))
# Copy systemd files to a location available for dh_installinit
cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.8.mariadb.service
cp $(BUILDDIR)/support-files/mariadb.socket debian/mariadb-server-10.8.mariadb.socket
cp $(BUILDDIR)/support-files/mariadb-extra.socket debian/mariadb-server-10.8.mariadb-extra.socket
cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.8.mariadb@.service
cp $(BUILDDIR)/support-files/mariadb@.socket debian/mariadb-server-10.8.mariadb@.socket
cp $(BUILDDIR)/support-files/mariadb-extra@.socket debian/mariadb-server-10.8.mariadb-extra@.socket
cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.9.mariadb.service
cp $(BUILDDIR)/support-files/mariadb.socket debian/mariadb-server-10.9.mariadb.socket
cp $(BUILDDIR)/support-files/mariadb-extra.socket debian/mariadb-server-10.9.mariadb-extra.socket
cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.9.mariadb@.service
cp $(BUILDDIR)/support-files/mariadb@.socket debian/mariadb-server-10.9.mariadb@.socket
cp $(BUILDDIR)/support-files/mariadb-extra@.socket debian/mariadb-server-10.9.mariadb-extra@.socket
endif
# Run 'make install' without output since it is uninteresting and
@ -158,7 +158,7 @@ endif
# nm numeric soft is not enough, therefore extra sort in command
# to satisfy Debian reproducible build requirements
nm --defined-only $(BUILDDIR)/sql/mariadbd | LC_ALL=C sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.8/mariadbd.sym.gz
nm --defined-only $(BUILDDIR)/sql/mariadbd | LC_ALL=C sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.9/mariadbd.sym.gz
# Rename and install AppArmor profile
install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mariadbd

30
debian/salsa-ci.yml vendored
View file

@ -191,7 +191,7 @@ fresh install:
script:
- *test-prepare-container
- *test-install
- service mariadb status # There is no init.d/mysql in MariaDB 10.8
- service mariadb status # There is no init.d/mysql in MariaDB 10.9
- *test-verify-final
variables:
GIT_STRATEGY: none
@ -199,7 +199,7 @@ fresh install:
variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb-10.8 Sid upgrade:
mariadb-10.9 Sid upgrade:
stage: upgrade in Sid
needs:
- job: build
@ -212,7 +212,7 @@ mariadb-10.8 Sid upgrade:
script:
- *test-prepare-container
- *test-install
- service mariadb status # There is no init.d/mysql in MariaDB 10.8
- service mariadb status # There is no init.d/mysql in MariaDB 10.9
- *test-verify-final
variables:
GIT_STRATEGY: none
@ -220,7 +220,7 @@ mariadb-10.8 Sid upgrade:
variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb-10.5 Bullseye to mariadb-10.8 upgrade:
mariadb-10.5 Bullseye to mariadb-10.9 upgrade:
stage: upgrade from Bullseye/Buster/Stretch
needs:
- job: build
@ -246,7 +246,7 @@ mariadb-10.5 Bullseye to mariadb-10.8 upgrade:
variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb-10.3 Buster to mariadb-10.8 upgrade:
mariadb-10.3 Buster to mariadb-10.9 upgrade:
stage: upgrade from Bullseye/Buster/Stretch
needs:
- job: build
@ -272,7 +272,7 @@ mariadb-10.3 Buster to mariadb-10.8 upgrade:
variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb-10.1 Stretch to mariadb-10.8 upgrade:
mariadb-10.1 Stretch to mariadb-10.9 upgrade:
stage: upgrade from Bullseye/Buster/Stretch
needs:
- job: build
@ -313,7 +313,7 @@ test basic features:
script:
- *test-prepare-container
- *test-install
- service mariadb status # There is no init.d/mysql in MariaDB 10.8
- service mariadb status # There is no init.d/mysql in MariaDB 10.9
- *test-verify-final
- |
# Print info about server
@ -526,7 +526,7 @@ mariadb-connector-c Stretch upgrade:
# Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump.
# The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh.
mysql-8.0 Sid to mariadb-10.8 upgrade:
mysql-8.0 Sid to mariadb-10.9 upgrade:
stage: upgrade in Sid
needs:
- job: build
@ -553,7 +553,7 @@ mysql-8.0 Sid to mariadb-10.8 upgrade:
# Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump.
# The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh.
mysql-8.0 Focal to mariadb-10.8 upgrade:
mysql-8.0 Focal to mariadb-10.9 upgrade:
stage: upgrade extras
needs:
- job: build buster-backports
@ -587,7 +587,7 @@ mysql-8.0 Focal to mariadb-10.8 upgrade:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.5 to mariadb-10.8 upgrade:
mariadb.org-10.5 to mariadb-10.9 upgrade:
stage: upgrade extras
needs:
- job: build
@ -625,7 +625,7 @@ mariadb.org-10.5 to mariadb-10.8 upgrade:
variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.4 to mariadb-10.8 upgrade:
mariadb.org-10.4 to mariadb-10.9 upgrade:
stage: upgrade extras
needs:
- job: build
@ -657,7 +657,7 @@ mariadb.org-10.4 to mariadb-10.8 upgrade:
variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.3 to mariadb-10.8 upgrade:
mariadb.org-10.3 to mariadb-10.9 upgrade:
stage: upgrade extras
needs:
- job: build
@ -692,7 +692,7 @@ mariadb.org-10.3 to mariadb-10.8 upgrade:
variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.2 to mariadb-10.8 upgrade:
mariadb.org-10.2 to mariadb-10.9 upgrade:
stage: upgrade extras
needs:
- job: build
@ -727,7 +727,7 @@ mariadb.org-10.2 to mariadb-10.8 upgrade:
variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mysql.com-5.7 to mariadb-10.8 upgrade:
mysql.com-5.7 to mariadb-10.9 upgrade:
stage: upgrade extras
needs:
- job: build buster-backports
@ -758,7 +758,7 @@ mysql.com-5.7 to mariadb-10.8 upgrade:
variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
percona-xtradb-5.7 to mariadb-10.8 upgrade (MDEV-22679):
percona-xtradb-5.7 to mariadb-10.9 upgrade (MDEV-22679):
stage: upgrade extras
needs:
- job: build buster-backports

View file

@ -1,24 +1,24 @@
# Necessary for drop-in-place-replacement upgrades on mysql-server/-client
# since package breaks/replaces these but at the same time also provides them
version-substvar-for-external-package mariadb-client-core-10.8 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.8 -> mysql-server
version-substvar-for-external-package mariadb-server-10.8 -> mysql-server
version-substvar-for-external-package mariadb-client-core-10.9 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.9 -> mysql-server
version-substvar-for-external-package mariadb-server-10.9 -> mysql-server
version-substvar-for-external-package libmariadb-dev -> libmysqlclient-dev
version-substvar-for-external-package libmariadb-dev -> libmysqld-dev
version-substvar-for-external-package mariadb-server-10.8 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.8 -> mysql-client-5.6
version-substvar-for-external-package mariadb-server-10.8 -> mysql-client-5.7
version-substvar-for-external-package mariadb-server-10.8 -> mysql-client-8.0
version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.1
version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.1
version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.5
version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.5
version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.6
version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.6
version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.7
version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.7
version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-8.0
version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-8.0
version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-5.6
version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-5.7
version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-8.0
version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.1
version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.1
version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.5
version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.5
version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.6
version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.6
version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.7
version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.7
version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-8.0
version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-8.0
version-substvar-for-external-package libmariadbd-dev -> libmariadbclient-dev
# ColumnStore not used in Debian, safe to ignore. Reported upstream in https://jira.mariadb.org/browse/MDEV-24124
source-is-missing storage/columnstore/columnstore/utils/jemalloc/libjemalloc.so.2

View file

@ -3,7 +3,7 @@ Tests: smoke
# for its existence (see the list in debian/control), install it if available
# and check in the test if it's functional when it should be.
# The plugin package also already depends on the other one.
Depends: mariadb-plugin-rocksdb | mariadb-server-10.8
Depends: mariadb-plugin-rocksdb | mariadb-server-10.9
Restrictions: allow-stderr needs-root isolation-container
Tests: upstream

4
debian/tests/smoke vendored
View file

@ -4,7 +4,7 @@
#
# This test should be declared in debian/tests/control with a dependency
# on the package that provides a configured MariaDB server (eg.
# mariadb-server-10.8).
# mariadb-server-10.9).
#
# This test should be declared in debian/tests/control with the
# following restrictions:
@ -88,7 +88,7 @@ if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS)" != 32 ] &&
LOG=/var/lib/mysql/#rocksdb/LOG
# XXX: The server may only be started during the install of
# mariadb-server-10.8, which happens before that of the plugin.
# mariadb-server-10.9, which happens before that of the plugin.
[ -e $LOG ] || mysql -e "INSTALL PLUGIN RocksDB SONAME 'ha_rocksdb';"
# XXX: rocksdb_supported_compression_types variable does not report ZSTD.

View file

@ -60,7 +60,7 @@ VARIABLE_NAME PLUGIN_MATURITY
SESSION_VALUE NULL
GLOBAL_VALUE alpha
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE beta
DEFAULT_VALUE experimental
VARIABLE_SCOPE GLOBAL
VARIABLE_TYPE ENUM
VARIABLE_COMMENT The lowest desirable plugin maturity. Plugins less mature than that will not be installed or loaded