MariaDB 10.2.27

wattie

Verified User
Joined
May 31, 2008
Messages
1,234
Location
Bulgaria
It's already in CustomBuild. Changelog: https://mariadb.com/kb/en/mariadb/mariadb-1027-changelog/

FreeBSD users must:

1. Go to /usr/local/directadmin/custombuild
2. ./build update
3. untar, ungz the new downloaded archive
4. cd mariadb-10.2.27
5. cmake -DPLUGIN_TOKUDB=NO -DPLUGIN_OQGRAPH=NO -DPLUGIN_MROONGA=NO -DPLUGIN_ROCKSDB=NO -DWITHOUT_MROONGA_STORAGE_ENGINE=YES -DWITHOUT_TOKUDB_STORAGE_ENGINE=YES -DWITHOUT_ROCKSDB_STORAGE_ENGINE=YES
6. make install
7. perform mysql-upgrade manually

I hope these changes can be included in CustomBuild already...
 
Back
Top