MariaDB 10.1.21

ikkeben

Verified User
Joined
May 22, 2014
Messages
1,557
Location
Netherlands Germany
https://mariadb.com/kb/en/mariadb/mariadb-10121-changelog/

Notable Changes

Innodb updated to 5.6.35
A file format compatibility bug that was introduced in MariaDB 10.1.0 was fixed. Using page_compression or non-default innodb_page_size created files that were incompatible with MariaDB 10.0 or MySQL 5.6. MariaDB 10.1.21 will convert affected files from earlier MariaDB 10.1 releases to compatible format. This prevents a downgrade to earlier MariaDB 10.1 versions. See the commit for details.
Performance Schema updated to 5.6.35

Fixes for the following security vulnerabilities:
CVE-2016-6664
CVE-2017-3238
CVE-2017-3243
CVE-2017-3244
CVE-2017-3257
CVE-2017-3258
CVE-2017-3265
CVE-2017-3291
CVE-2017-3312
CVE-2017-3317
CVE-2017-3318
 
Now the upgrade 5.5 -> 10.1 is done... but mysql-upgrade upgrade fails with:

root@srv2:/usr/local/mysql/bin # ./mysql_upgrade --verbose -uda_admin -p`grep "^passwd=" /usr/local/directadmin/conf/mysql.conf | cut -d= -f2`
Looking for 'mysql' as: ./mysql
Looking for 'mysqlcheck' as: ./mysqlcheck
Version check failed. Got the following error when calling the 'mysql' command line client
ERROR 1193 (HY000) at line 1: Unknown system variable 'WSREP_ON'
FATAL ERROR: Upgrade failed

Any thoughts on that?

P.S. Running the mysqlcheck commands manually according the https://mariadb.com/kb/en/mariadb/mysql_upgrade/ tutorial worked
 
Last edited:
Back
Top