Fixed wrong alias usage
This commit is contained in:
parent
1dfb1e7c78
commit
9aa44bb4b3
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user