Commit 915963ba authored by Aleksey Midenkov's avatar Aleksey Midenkov

SQL: SIGABRT fix on versioned partitioning error [fixes #177]

parent e72e3cd0
......@@ -3448,6 +3448,7 @@ enum open_frm_error open_table_from_share(THD *thd, TABLE_SHARE *share,
if (err)
{
outparam->file->ha_close();
error= OPEN_FRM_OPEN_ERROR;
error_reported= true;
goto err;
......
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