June, 21, 2006 archives
tasty dogfood
part of my focus for the next couple of weeks will be on rolling out some improvements to the mysql bugs system. the first step in doing that was to upgrade from mysql 4.1 to the latest mysql 5.1 beta, which turned out to be entirely painless.
the next step is going to be some database normalization and code refactoring. but because there are some other people who have written ad-hoc tools against the existing schema, i’ll be hiding the schema changes behind some views.
the first big schema change will be moving the categories from a bunch of hard-coded strings in the source code (and a varchar(32)
field) to a table organized using the nested set model. that’s something i’ve been wanting to do for years.