mirror of https://github.com/MariaDB/server
Browse Source
The server crashed when SPIDER_DIRECT_SQL UDF was called with
non-existing temporary table.
The bug has been introduced by 91ffdc8
. The commit removed
the check, from THD::open_temporary_table(), which ensure that
the target temporary tables exist.
We can fix the bug by adding the check before the call of
THD::open_temporary_table().
pull/1905/head
4 changed files with 44 additions and 0 deletions
Loading…
Reference in new issue