1. 26 Oct, 2016 1 commit
    • Sergei Petrunia's avatar
      MariaRocks port: fix a few test result differences · f23a0093
      Sergei Petrunia authored
      - MariaDB has different wording for a few error messages
      - MySQL changed Extra='' to Extra=NULL for EXPLAIN outputs, MariaDB didnt
      - The testsuite in storage/rocksdb/mysql-test needs paths to include
        files adjusted
      - In SHOW COLUMNS output, Extra column is "NULL" in MariaDB vs '' in MySQL
      f23a0093
  2. 25 Oct, 2016 1 commit
  3. 24 Oct, 2016 5 commits
  4. 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
  5. 21 Oct, 2016 3 commits
  6. 19 Oct, 2016 4 commits
  7. 17 Oct, 2016 1 commit
  8. 16 Oct, 2016 14 commits
  9. 15 Oct, 2016 2 commits
  10. 10 Oct, 2016 1 commit
  11. 09 Oct, 2016 7 commits