Merge 10.1 into 10.2

This commit is contained in:
Marko Mäkelä 2018-05-29 16:36:16 +03:00
commit 18934fb583
34 changed files with 293 additions and 222 deletions

View file

@ -1216,7 +1216,9 @@ err:
}
close_thread_tables(thd); // Shouldn't be needed
thd->mdl_context.release_transactional_locks();
#ifdef WITH_PARTITION_STORAGE_ENGINE
err2:
#endif
thd->resume_subsequent_commits(suspended_wfc);
DBUG_RETURN(TRUE);
}