MariaDB 10.2 can now start from MySQL 5.7 data directory

An upgrade is still necessary however.
This commit is contained in:
Vicențiu Ciorbaru 2017-02-15 14:08:03 +02:00
parent eb54d86b58
commit 24911cee4e

View file

@ -50,7 +50,7 @@ stop_server() {
################################ main() ##########################
this_version=10.2
max_upgradeable_version=5.6
max_upgradeable_version=5.7
# Check if a flag file is found that indicates a previous MariaDB or MySQL
# version was installed. If multiple flags are found, check which one was