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
857 stars 140 forks source link

fix(tianmu): fix up the problem of adding 2 to the user-defined variable each time and fix up a crash when executing multiple nested queries with user-defined variable (#1897)(#1913) #1935

Closed Xinqiangxu closed 12 months ago

Xinqiangxu commented 12 months ago

Summary about this PR

Issue Number: close #1897 #1913 #1910

Tests Check List

Changelog

Documentation

mergify[bot] commented 12 months ago

Thanks for the contribution! I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

Xinqiangxu commented 12 months ago

100% new code coverage

Xinqiangxu commented 12 months ago

issue1662 has wrong result. I have corrected the result under new code, which is same as innodb engine

Xinqiangxu commented 12 months ago

image