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

backport: fix invalid write/read issue #1672

Open hustjieke opened 1 year ago

hustjieke commented 1 year ago

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

previous working issue: #817 commit id: 907910d05357c78b24571fb50828589ae4998f7e

Describe the solution you'd like

Describe alternatives you've considered

Additional context

hustjieke commented 1 year ago

already fix in pr https://github.com/stoneatom/stonedb/commit/66696938f650a0a99ec7dfb64fb0825d0beae08f, but we should check memory lead with valgrind again like #817 does!