forked from pool/mariadb
a89ec44e90
- update to 10.2.24 GA [bsc#1122198] * notable changes: * MDEV-18968 - Both (WHERE 0.1) and (WHERE NOT 0.1) return empty set * MDEV-18466 - Unsafe to log updates on tables referenced by foreign keys with triggers in statement format * MDEV-18899 - Server crashes in Field::set_warning_truncated_wrong_value * MDEV-18298 - Crashes server with segfault during role grants * MDEV-17610 - Unexpected connection abort after certain operations from within stored procedure * MDEV-19112 - WITH clause does not work with information_schema as default database * MDEV-17830 - Server crashes in Item_null_result::field_type upon SELECT with CHARSET(date) and ROLLUP * MDEV-14041 - Server crashes in String::length on queries with functions and ROLLUP * MDEV-18920 - Prepared statements with st_convexhull hang and eat 100% cpu. * MDEV-15837 - Assertion item1->type() == Item::FIELD_ITEM && item2->type() == Item::FIELD_ITEM * MDEV-9531 - GROUP_CONCAT with ORDER BY inside takes a lot of memory while it's executed * MDEV-17036 - BULK with replace doesn't take the first parameter in account * Bug#28986737 - RENAMING AND REPLACING MYSQL.USER TABLE CAN LEAD TO A SERVER CRASH * MDEV-19350 - Server crashes in delete_tree_element / ... / Item_func_group_concat::repack_tree * MDEV-19188 - Server Crash When Using a Trigger With A Number of Virtual Columns on INSERT/UPDATE * MDEV-19352 - Server crash in alloc_histograms_for_table_share OBS-URL: https://build.opensuse.org/request/show/703404 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=230 |
||
---|---|---|
_constraints | ||
.gitattributes | ||
.gitignore | ||
mariadb-5.2.3-cnf.patch | ||
mariadb-5.5.28-install_db-quiet.patch | ||
mariadb-10.0.15-logrotate-su.patch | ||
mariadb-10.1.1-mysqld_multi-features.patch | ||
mariadb-10.1.12-deharcode-libdir.patch | ||
mariadb-10.2.4-fortify-and-O.patch | ||
mariadb-10.2.4-logrotate.patch | ||
mariadb-10.2.9-galera_cnf.patch | ||
mariadb-10.2.19-link-and-enable-c++11-atomics.patch | ||
mariadb-10.2.24.tar.gz | ||
mariadb-10.2.24.tar.gz.sig | ||
mariadb.changes | ||
mariadb.keyring | ||
mariadb.service | ||
mariadb.spec | ||
mariadb.target | ||
mariadb@.service | ||
my.ini | ||
mysql-community-server-5.1.45-multi-configuration.patch | ||
mysql-systemd-helper | ||
mysql.SuSEfirewall2 | ||
README.debug | ||
README.install | ||
suse_skipped_tests.list | ||
suse-test-run |
You just installed MySQL server for the first time. You can start it using: rcmysql start During first start empty database will be created for your automatically. PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER ! To do so, start the server, then issue 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.