tidb/scylladb: CWE-407 scan — renumber tidb patches, stamp UNDF
tidb-0001: partition drop name lookup O(P×D) → O(P+D) (27x at P=8192) tidb-0002: predicate simplification (merged into tidb-0002 in prior commit) tidb-0003: list partition group intersect O(G²) → O(G) (renumbered from 0002) scylladb-0001: UNDF stamp added
This commit is contained in:
parent
e45af3961b
commit
76ffba4a60
4 changed files with 9 additions and 50 deletions
|
|
@ -9,6 +9,9 @@ import java.util.*;
|
|||
*
|
||||
* tidb-0002 mergeInAndNotEQLists removeValues slices.Contains
|
||||
* pkg/planner/core/rule/rule_predicate_simplification.go:267
|
||||
*
|
||||
* tidb-0003 ListPartitionGroup.intersect findGroupIdx slices.Contains O(G²)
|
||||
* pkg/table/tables/partition.go:640-663
|
||||
*/
|
||||
public class TiDBTest {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue