MariaRocks port: compile the needed files with -frtti
- 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)
Showing
Please register or sign in to comment