v.25.2Bug Fix
Fix Monotonicity in Negate Function for Primary Key Queries
Fix negate function monotonicity. In previous versions, the queryselect * from a where -x = -42;wherexis the primary key, can return a wrong result. #71440 (Michael Kolupaev).