mirror of https://github.com/MariaDB/server
Browse Source
The problem is that cond->fix_fields(thd, 0) breaks condition(cuts off 'having'). The reason of that is that NULL valued Item pointer is present in the middle of Item list and it breaks the Item processing loop.pull/73/head
4 changed files with 66 additions and 6 deletions
Loading…
Reference in new issue