« The Open Source Job Market is Good | Main | Light Up The Darfur Wall »

December 5, 2006

Observations from Watching MySQL Source Code Commits

A few week ago we switched kruckenberg.com over to a new server. With the move I lost all of my procmail filtering rules which were responsible for automatically moving incoming mail to various folders on the server (mail must be filtered on the server so my Blackberry and webmail will get the same filtering).

Anyhow, one of the things I'd been sticking into a folder and looking at occasionally (meaning once a year to purge) is the messages from MySQL source commits. Anyone can subscribe to the list on the MySQL mailing lists page and get these messages which essentially contain the notes and diffs from when something is checked into version control. Most of these commits are for the database application, but there is also a steady stream of documentation changes coming in. Since I haven't gotten around to redoing the server-based filtering the MySQL source changes are popping up in my inbox with every other important and urgent email.

Over the past few weeks (since November 16th to be exact) I've been watching these a little closer because they are interesting to an outsider. I thought I'd throw a few observations out there.

It has been interesting to watch, but I don't think it is going to last much longer as I think I'm ready to devote some time to setting up filters on the new machine.

Anyone else have comments on things they've noticed from watching these commits?

Posted by mike at December 5, 2006 10:34 PM

Comments

Falcon is in a separate tree. There are, well, many trees. Not everything makes it public, and definitely not everything is mirrored on bkbits either.

Posted by: colin at December 6, 2006 3:49 AM

Hi!

Yeah, you want to see a commit that I'm keeping my eyes on? Check out this one that Antony Curtis is working on:

http://lists.mysql.com/commits/16433

It's the first cut of making server variables dynamically tied to the plugin system, which means we finally will start to see all the #ifdef cruft being removed from the major /sql directory files. Check out the sheer number of #ifdef removals from mysqld.cc! Yeah! Yeah! Yeah!

Posted by: Jay Pipes at December 6, 2006 1:52 PM

Post a comment




Remember Me?