Commit Graph

3 Commits

Author SHA1 Message Date
3a5e8f83e8 [fix](merge-on-write) fix that be may coredump when sequence column is null (#16832)
To facilitate the use of the primary key index, encode the seq column to the minimum value of the corresponding length when the seq column is null.
2023-02-20 16:25:52 +08:00
3b5f4ad198 [fix](unique-key-merge-on-write) fix that unique key with mow may loss some data in the query result with predicates (#14455)
When unique key with MOW table has sequence column, the query result may be wrong with predicates. There are two problems:

The sequence column needs to be removed from primary key index when comparing key.
The sequence column needs to be removed from min/max key.
2022-11-23 09:08:07 +08:00
d10ab474f4 [fix](test) try to let cases run in parallel (#13114) 2022-10-04 20:56:22 +08:00