Fixed crashing bug in create_internal_tmp_table_from_heap()
An assert/crash could happen if newtable.alias would be reallocated, (for example if newtable.alias.safe_c_ptr() was called) when doing *table= newtable. Fixed by ensuring that we keep the original state of the alias in 'table'.
Showing
Please register or sign in to comment