If you have a merge tree, you merge into MariaDB as follows:
git remote add merge https://github.com/MariaDB/mergetrees
git checkout merge-innodb-5.6
storage/innobase/ of the latest MySQL 5.6 source release tarball. storage/perfschema, include/mysql/psi, mysql-test/suite/perfschema, and mysql-test/suite/perfschema_stress from the latest MySQL 5.6 source release tarball. mysqlse/ subdirectory from the latest Sphinx source release tarball. storage/innobase/ of the latest Percona-Server source release tarball (5.5 or 5.6 as appropriate). pcre-X-XX/ to pcre. git add ., git commit (use the tarball version as a comment), git push storage/perfschema/ha_perfschema.cc, plugin version under maria_declare_plugin. storage/innobase/include/univ.i, setting INNODB_VERSION_MAJOR, INNODB_VERSION_MINOR, INNODB_VERSION_BUGFIX to whatever MySQL version you were merging from. storage/xtradb/include/univ.i, setting PERCONA_INNODB_VERSION, INNODB_VERSION_STR to whatever Percona-Server version you were merging from. storage/xtradb/include/univ.i, setting PERCONA_INNODB_VERSION, INNODB_VERSION_MAJOR, INNODB_VERSION_MINOR, INNODB_VERSION_BUGFIX to whatever Percona-Server version you were merging from.
© 2023 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/merging-with-a-merge-tree/