1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-1793 UDAnF: Reset fValOut so if the function returns without value, NULL is the result.

This commit is contained in:
David Hall
2018-11-28 10:59:08 -06:00
parent 36d95e033b
commit bbe642b1bc
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ namespace anyimpl
{
virtual void static_delete(void** x)
{
*x = 0;
}
virtual void copy_from_value(void const* src, void** dest)
{