Skip to content

Commit 915963b

Browse files
committed
SQL: SIGABRT fix on versioned partitioning error [fixes #177]
1 parent e72e3cd commit 915963b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/table.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3448,6 +3448,7 @@ enum open_frm_error open_table_from_share(THD *thd, TABLE_SHARE *share,
34483448

34493449
if (err)
34503450
{
3451+
outparam->file->ha_close();
34513452
error= OPEN_FRM_OPEN_ERROR;
34523453
error_reported= true;
34533454
goto err;

0 commit comments

Comments
 (0)