mirror of https://github.com/MariaDB/server
Browse Source
Integer comparison of INT expressions with different signess in BETWEEN is not safe. Switching to DECIMAL comparison in case if INT arguments have different signess.pull/130/merge
3 changed files with 20 additions and 2 deletions
Loading…
Reference in new issue