Commit 43188a73 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2084], move fix to main branch

git-svn-id: file:///svn/mysql/tokudb-engine/src@15161 c7de825b-a66e-492c-adef-691d508d4ae1
parent c9af87e4
...@@ -1484,7 +1484,6 @@ int ha_tokudb::open(const char *name, int mode, uint test_if_locked) { ...@@ -1484,7 +1484,6 @@ int ha_tokudb::open(const char *name, int mode, uint test_if_locked) {
); );
if (ret_val) { if (ret_val) {
free_share(share, 1); free_share(share, 1);
pthread_mutex_unlock(&share->mutex);
goto exit; goto exit;
} }
} }
......
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