1. 30 Oct, 2016 1 commit
    • 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
  2. 29 Oct, 2016 3 commits
  3. 26 Oct, 2016 2 commits
  4. 25 Oct, 2016 1 commit
  5. 24 Oct, 2016 5 commits
  6. 23 Oct, 2016 1 commit
    • Sergei Petrunia's avatar
      MariaRocks port: compile the needed files with -frtti · 680a206b
      Sergei Petrunia authored
      - RocksDB uses RTTI (e.g. it uses dynamic_cast)
      - mysql-5.6 has RTTI enabled for the whole server, so there's no
        conflict.
      - MariaDB doesn't have RTTI enabled
      So the solution is to enable RTTI for
      - RocksDB files
      - Parts of MyRocks that interface with RocksDB features that require RTTI.
      
      (If one just enables RTTI for all of MyRocks, they will get a
      "undefined reference to `typeinfo for handler'" link error)
      680a206b
  7. 21 Oct, 2016 3 commits
  8. 19 Oct, 2016 4 commits
  9. 17 Oct, 2016 1 commit
  10. 16 Oct, 2016 14 commits
  11. 15 Oct, 2016 2 commits
  12. 10 Oct, 2016 1 commit
  13. 09 Oct, 2016 2 commits