mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
[t:2027], set error=0 on success
git-svn-id: file:///svn/mysql/tokudb-engine/src@14831 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
fa6dfe400d
commit
83c42a9b30
1 changed files with 1 additions and 0 deletions
|
@ -993,6 +993,7 @@ int create_tokudb_trx_data_instance(tokudb_trx_data** out_trx) {
|
||||||
trx->iso_level = hatoku_iso_not_set;
|
trx->iso_level = hatoku_iso_not_set;
|
||||||
|
|
||||||
*out_trx = trx;
|
*out_trx = trx;
|
||||||
|
error = 0;
|
||||||
cleanup:
|
cleanup:
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue