mirror of https://github.com/MariaDB/server
Browse Source
The crash happened because Item_func_monthname was derived from Item_func_month, so Item_func_monthname::is_null() did not work fine. Backporting a change from 5.5: Item_func_monthname is now derived from Item_str_func.pull/73/head
4 changed files with 27 additions and 12 deletions
Loading…
Reference in new issue