|
问题1,可以查阅mariadb手册:https://mariadb.com/kb/en/innodb-versions/
其中提到:
In MariaDB 10.3.7 and later, the InnoDB implementation has diverged substantially from the InnoDB in MySQL. Therefore, in these versions, the InnoDB version is no longer associated with a MySQL release version.
MariaDB starting with 10.2
In MariaDB 10.2 and later, the default InnoDB implementation is based on InnoDB from MySQL 5.7. See Why MariaDB uses InnoDB instead of XtraDB from MariaDB 10.2 for more information.
也就是说,mariadb 10.3.x 约对应MySQL 5.7版本,部分特性可能对应MySQL 8.0版本。
问题2,
mysql使用的5.7.33版本,greatsql使用什么版本合适
===
GreatSQL可以采用对应的5.7.36-39版本。这是相应的changelog参考 https://greatsql.cn/docs/8.0.32- ... -7-36-20220407.html |
|