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:
russell@unturf.com 2026-03-30 10:13:33 -04:00
parent e45af3961b
commit 76ffba4a60
4 changed files with 9 additions and 50 deletions

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000529
# UNDF: (leave blank)
--- a/cql3/selection/selection.cc
+++ b/cql3/selection/selection.cc