mariadb/storage/rocksdb/mysql-test
Sergei Petrunia ebbe59fa33 MariaRocks port: fix rocksdb.bloomfilter3 test
In MySQL 5.6, QUICK_SELECT_DESC calls handler->set_end_range() to
inform the storage engine about the bounds of the range being scanned.

MariaDB doesn't have that (handler::set_end_range call was back-ported
but it is not called from QUICK_SELECT_DESC).
Instead, it got prepare_*scan() methods from TokuDB.

Implement these methods so that MyRocks has information about the range
end.
2017-01-07 16:03:47 +00:00
..
rocksdb MariaRocks port: fix rocksdb.bloomfilter3 test 2017-01-07 16:03:47 +00:00
rocksdb_hotbackup Initial commit, 2016-10-06 17:24:09 +00:00
rocksdb_rpl Initial commit, 2016-10-06 17:24:09 +00:00
rocksdb_stress Initial commit, 2016-10-06 17:24:09 +00:00
rocksdb_sys_vars Merge remote-tracking branch 'mergetrees/merge-myrocks' into 10.2-mariarocks 2017-01-01 23:33:18 +00:00