mirror of https://github.com/MariaDB/server
Browse Source
rocksdb.cons_snapshot_read_committed test used to crash. This happened, because - MyRocks produces an error when one attempts to do a START TRANSACTION WITH CONSISTENT SNAPSHOT with @@tx_isolation=REPEATABLE_READ - MariaDB's SQL layer didn't assume that errors are possible inside hton->start_constistent_snapshot() call.pull/355/head
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue