• Sergei Petrunia's avatar
    MariaRocks port: fix rocksdb.handler_basic test · 997c86c7
    Sergei Petrunia authored
    MySQL has each storage engine to increment Handler_XXX counters,
    while MariaDB has handler::ha_XXX() methods to do the increments.
    
    MariaDB's solution doesn't work for storage engines that implement
    handler::read_range_first(), though.
    Make ha_rocksdb::read_range_first increment the counter (when it is
    calling handler::ha_XXX() function that will)
    997c86c7
ha_rocksdb.cc 320 KB