v.25.2Bug Fix

Fix Monotonicity in Negate Function for Primary Key Queries

Fix negate function monotonicity. In previous versions, the query select * from a where -x = -42; where x is the primary key, can return a wrong result. #71440 (Michael Kolupaev).