Commit 958e070f authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2253], fix bad assert

git-svn-id: file:///svn/mysql/tokudb-engine/src@16470 c7de825b-a66e-492c-adef-691d508d4ae1
parent 8516fa4e
...@@ -680,7 +680,7 @@ cleanup: ...@@ -680,7 +680,7 @@ cleanup:
} }
if (tmp_table_cursor) { if (tmp_table_cursor) {
int r = tmp_table_cursor->c_close(tmp_table_cursor); int r = tmp_table_cursor->c_close(tmp_table_cursor);
assert(error==0); assert(r==0);
} }
if (txn) { if (txn) {
commit_txn(txn, 0); commit_txn(txn, 0);
......
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