I'm very curious ...
Since MariaDB is designed by Ulf Michael "Monty" Widenius, the creator of MySQL.
And from what I understand, MariaDB is a fork of MySQL. The MariaDB community states that the project "is kept up to date with the latest MySQL release from the same branch."
Furthermore, they claim that MariaDB is a "just works", "drop-in" replacement for MySQL; which I assume that means no code changes whatsoever for us client-side developers.
Also, MariaDB supposedly has better query performance, an improved InnoDB engine and freedom from the clutches of Oracle (the current owner of MySQL)
So, why is it that there are only four miserable questions under the "mariadb" tag on SO?
Is MariaDB currently being used in any real-world projects? Or does it work so well as a drop in replacement for MySQL (as Monty claims) that nobody bothers to mention they are using it.
I would like to hear the experiences of people who have actually used MariaDB in the wild (fully deployed app in real world conditions).
Thanks.
P.S. Monty, if you're here on SO, I'll love to hear your thoughts on this.