1. 29 Oct, 2016 3 commits
  2. 26 Oct, 2016 2 commits
  3. 25 Oct, 2016 1 commit
  4. 24 Oct, 2016 5 commits
  5. 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
  6. 21 Oct, 2016 3 commits
  7. 19 Oct, 2016 4 commits
  8. 17 Oct, 2016 1 commit
  9. 16 Oct, 2016 14 commits
  10. 15 Oct, 2016 2 commits
  11. 10 Oct, 2016 1 commit
  12. 09 Oct, 2016 3 commits