• Sergei Golubchik's avatar
    remove handler::open_read_view() · d767ed5c
    Sergei Golubchik authored
    ht->start_consistent_snapshot() is also not a way,
    because some engines (e.g. rocksdb) only do it readonly.
    instead, downgrade the lock after reading the first row
    (which implicitly opens a read view).
    d767ed5c
sql_table.cc 426 KB