Commit 859a7369 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-9161 feedback_plugin_send in debug builds

thd->cleanup_after_query() is needed to destroy all Items
created for this query (and Item destructors free allocated
Strings).
parent 99774f15
......@@ -254,6 +254,7 @@ ret:
{
if (tables.table)
free_tmp_table(thd, tables.table);
thd->cleanup_after_query();
/*
clean up, free the thd.
reset all thread local status variables to minimize
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment