Category MariaDB

UUID to BIN: problematic & solutions, POC

I recently tested MariaDB’s plugin architecture to add functions for UUIDs. My friend Daniël took a look at the GitHub repo and left me some insightful comments, which I addressed in issue #1. If you know me, you may know…

MariaDB UUID functions plugin

At the end of my first day at MariaDB, I wanted to investigate a bit on how easy it is to extend MariaDB Server with extensions. As for MySQL, MariaDB can be extended with plugins. MariaDB has no component infrastructure,…