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