forked from pool/mariadb
a0748fbc69
- update to 10.3.18 * notable changes * Connect updated to Connect 1.06.0010 * MDEV-20066: This bug could cause a table to become corrupt if a column was added instantly * MDEV-15326: A race condition in InnoDB transaction commit that affects record locking was fixed * MDEV-17187: Table doesn't exist in engine after ALTER of FOREIGN KEY * MDEV-20301: InnoDB's MVCC has O(N^2) behaviors * MDEV-18128: Simplify .ibd file creation * MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL << 30 while preparing backup * MDEV-20247: Replication hangs with "preparing" and never starts * MDEV-17614: Remove unnecessary locking for INSERT...ON DUPLICATE KEY UPDATE * MDEV-20311: row_ins_step accesses uninitialized memory * MDEV-19947: Repositories for RHEL 8 ppc64le added * fixes for the following security vulnerabilities: none * release notes and changelog: https://mariadb.com/kb/en/library/mariadb-10318-release-notes https://mariadb.com/kb/en/library/mariadb-10318-changelog OBS-URL: https://build.opensuse.org/request/show/733168 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=238 |
||
---|---|---|
_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-fix_ppc_build.patch | ||
mariadb-10.3.18.tar.gz | ||
mariadb-10.3.18.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.