Is MySQL Slowly Turning Closed Source?
mpol writes "Sergei from MariaDB speculated on some changes within MySQL 5.5.27. It seems new testcases aren't included with MySQL any more, which leaves developers depending on it in the cold. 'Does this mean that test cases are no longer open source? Oracle did not reply to my question. But indeed, there is evidence that this guess is true. For example, this commit mail shows that new test cases, indeed, go in this "internal" directory, which is not included in the MySQL source distribution.' On a similar note, updates for the version history on Launchpad are not being updated anymore. What is Oracle's plan here? And is alienating the developer community just not seen as a problem at Oracle?"
And is alienating the developer community just not seen as a problem at Oracle?
Pretty much exactly this.
MariaDB is a drop in replacement for MySQL which was forked a while ago: http://mariadb.org/
in girum imus nocte et consumimur igni
You mean, like MariaDB, as mentioned in the summary (hint: 3rd word) ?
WHY is still anyone using mysql, when there is Postgresql?
You are very right. MySQL is like PHP. That's why people shouldn't use both.
Avoid stuff where you can have bugs like this:
http://bugs.mysql.com/bug.php?id=31001
http://pwnhome.wordpress.com/2011/08/22/php-crypt-bug/
http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/
And watch the MySQL jokers try to fix this:
http://bugs.mysql.com/bug.php?id=65111
And somehow cause this:
http://bugs.mysql.com/bug.php?id=65745
I'm a crap programmer, but I prefer to use libraries, tools and languages that are less crap than my stuff. That way at least I spend more time dealing with my own incompetence than someone else's.