Skip to content

Commit

Permalink
Fix a trivial (and harmless) merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed Dec 25, 2018
1 parent 835f49d commit 734029f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/rocksdb/ha_rocksdb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3770,7 +3770,6 @@ static int rocksdb_commit(handlerton* hton, THD* thd, bool commit_tx)
We get here when committing a statement within a transaction.
*/
tx->make_stmt_savepoint_permanent();
tx->make_stmt_savepoint_permanent();
}

if (my_core::thd_tx_isolation(thd) <= ISO_READ_COMMITTED) {
Expand Down

0 comments on commit 734029f

Please sign in to comment.