Fixed wrong alias usage

This commit is contained in:
Michael Widenius 2011-03-01 23:24:17 +02:00
parent 1dfb1e7c78
commit 9aa44bb4b3

View file

@ -5802,7 +5802,7 @@ Item_func_sp::cleanup()
sp_result_field= NULL;
}
m_sp= NULL;
dummy_table->alias= NULL;
dummy_table->alias.free();
Item_func::cleanup();
}