• Sergei Petrunia's avatar
    MariaRocks port: Make SQL layer allow errors in start_consistent_snapshot(). · 4faa9da8
    Sergei Petrunia authored
    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.
    4faa9da8
sql_parse.cc 309 KB