How to setup HammerDB for Mariadb Testing. #80
-
Hello All, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, If however you want to add MariaDB fully then I covered this in this series of blog posts In the medium term the plan is to add MariaDB because although you can test it with the MySQL option MariaDB has features that diverge from MySQL such as the column store for the TPC-H workload and PL/SQL compatibility for OLTP. It is more practical to support these under a MariaDB only option rather than under MySQL. Also as above MariaDB has separate libraries so it also makes sense building the mysql interface against this so testers of MariaDB do not have to grab the MySQL library as well. for now however using the MySQL option is the best approach. Please advise if this works for you. |
Beta Was this translation helpful? Give feedback.
-
Same settings of MySQL worked fine for Mariadb as well..Thank you so much Shaw..!! |
Beta Was this translation helpful? Give feedback.
Hi,
Yes there are a couple of ways to do this. Firstly and probably the easiest way is to use the HammerDB MySQL option to test MariaDB. MariaDB is MySQL compatible so HammerDB for MySQL works absolutely fine against MariaDB. The only difference is that the client libraries are different so you need HammerDB to load the MySQL 8.0 libmysqlclient.so.21 for HammerDB v3.3 and libmysqlclient.so.20 for version 3.2 and earlier. This one MySQL library file is all you need in the LD_LIBRARY_PATH for the HammerDB client to work and test MariaDB.
If however you want to add MariaDB fully then I covered this in this series of blog posts
https://www.hammerdb.com/blog/uncategorized/how-to-add-your-datab…