stoneatom / stonedb

StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)
https://stonedb.io/
GNU General Public License v2.0
862 stars 139 forks source link

feature: Update the MySQL kernel version to the latest official version #1288

Open Nliver opened 1 year ago

Nliver commented 1 year ago

Is your feature request related to a problem? Please describe.

No issue has been assigned at the moment, we need to evaluate whether we should follow up the latest version first~

Describe the solution you'd like

At present, the MySQL kernel of StoneDB is mysql-5.7.36, but the community version of MySQL official website has been iterated to mysql-5.7.41, between which, there are several minor versions. In fact, while we continue to optimize StoneDB's own code, we should be aware that updates to the latest version of the MySQL community may fix some important bugs and security vulnerabilities, as well as performance optimizations. Therefore, we should evaluate whether the MySQL kernel in StoneDB should be updated to the latest version of the official website.

MySQL-5.7 Release Notes

image

Describe alternatives you've considered

Additional context

RingsC commented 1 year ago

OK, yes, we will catch up the upstream.

Nliver commented 1 year ago

Of course, the latest version may not be the best, but our current version of the kernel is a year away from the official version, which is objectively enough time to test the minor versions