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

bugfix(tianmu): order by leads wrong result #1938 #1944

Closed Double0101 closed 1 year ago

Double0101 commented 1 year ago

Cause: In function TempTable::VerfyAttrsSizes(), it calculate a wrong max_length to attr. Solution: Use true method to get true max_length

Summary about this PR

Issue Number: close #1938

Tests Check List

Changelog

Documentation

mergify[bot] commented 1 year ago

This pull request's title should follow requirements next. @Double0101 please check it :point_down:.

Valid format:

fix(vc): fix sth..... (#3306)
  ^         ^---------^  ^----^
  |         |            |
  |         +            +-> you issue id.
  |         |
  |         +-> Summary in present tense.
  |
  +-------> Type: feat, fix, docs, workflow, style, refactor, test, website, chore

Valid types:

mergify[bot] commented 1 year 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.

Double0101 commented 1 year ago
[ 99%] tianmu.issue1876                         w1 [ pass ]  1204879
[100%] shutdown_report                          w0 [ pass ]       
--------------------------------------------------------------------------
The servers were restarted 21 times
Spent 1987.284 of 1275 seconds executing testcases

Completed: All 280 tests were successful.