forked from pool/mariadb
Kristyna Streitova
bc9a74f66d
- update to 10.3.17 [bsc#1141798] * notable changes: * MDEV-19795: Merge upstream MyRocks. * MDEV-17228: Encrypted temporary tables are not encrypted. * MDEV-18328: Disks Plugin is now stable and requires the FILE privilege. * Merge relevant InnoDB changes from MySQL 5.7.27 * Adjust spin loops to the x86 PAUSE instruction latency * CREATE TABLE: MDEV-19292, MDEV-20102 * ALTER TABLE: MDEV-15641, MDEV-19630, MDEV-19916, MDEV-19974 * Indexed virtual columns: MDEV-16222, MDEV-17005, MDEV-19870 * FULLTEXT INDEX: MDEV-14154 * Encryption: MDEV-17228, MDEV-19914 * Galera + FOREIGN KEY: MDEV-19660 * Recovery & Mariabackup: MDEV-19978 * MDEV-19781: Add page id matching check in innochecksum tool * MDEV-20091: DROP TEMPORARY table is logged despite no CREATE was logged * MDEV-19427: mysql_upgrade_service throws exception upgrading from 10.0 to 10.3 * MDEV-19814: Server crash in row_upd_del_mark_clust_rec or Assertion * MDEV-17363: Compressed columns cannot be restored from dump * fixes for the following security vulnerabilities: CVE-2019-2805, CVE-2019-2740, CVE-2019-2739, CVE-2019-2737, CVE-2019-2758 * release notes and changelog: https://mariadb.com/kb/en/library/mariadb-10317-release-notes https://mariadb.com/kb/en/library/mariadb-10317-changelog - add "BuildRequires: python3" as some tests and myrocks_hotbackup OBS-URL: https://build.opensuse.org/request/show/720706 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=235 |
||
---|---|---|
_constraints | ||
.gitattributes | ||
.gitignore | ||
mariadb-10.0.15-logrotate-su.patch | ||
mariadb-10.1.1-mysqld_multi-features.patch | ||
mariadb-10.2.4-fortify-and-O.patch | ||
mariadb-10.2.4-logrotate.patch | ||
mariadb-10.2.19-link-and-enable-c++11-atomics.patch | ||
mariadb-10.3.17.tar.gz | ||
mariadb-10.3.17.tar.gz.sig | ||
mariadb.changes | ||
mariadb.keyring | ||
mariadb.service | ||
mariadb.spec | ||
mariadb.target | ||
mariadb@.service | ||
my.ini | ||
mysql-systemd-helper | ||
README.debug | ||
README.install | ||
suse_skipped_tests.list | ||
suse-test-run |
You have just installed MariaDB server for the first time. You can start it via: systemctl start mariadb or rcmysql start During the first start, empty database will be created for you automatically. PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER! To do so, start the server and run the following commands: '/usr/bin/mysqladmin' -u root password 'new-password' '/usr/bin/mysqladmin' -u root -h <hostname> password 'new-password' Alternatively you can run: '/usr/bin/mysql_secure_installation' which will also give you the option of removing the test databases and anonymous user created by default. This is strongly recommended for production servers.