mirror of https://github.com/MariaDB/server
Browse Source
Made the function opt_sum_query to return HA_ERR_KEY_NOT_FOUND when no matches were found (instead of -1 it returned prior this patch). This changes allow us to avoid possible conflicts with return values from user-defined handler methods which also may return -1. No particular test cases are provided with this fix.pull/73/head
2 changed files with 15 additions and 13 deletions
Loading…
Reference in new issue