My MySQL musings, sometimes code snippets and commentry.
Search This Blog
28 December 2006
Casting can be evil... Assuming that bool will be one byte is a sin. Inside the source we do have my_bool which will be one byte but people forget that they are not the same type!
26 December 2006
Have successfully merged the 5.0-engines and 5.1-engines trees into the main repositories. Just waiting for the green light to push the 4.1 tree.
Today, I plan to merge the engines trees into the main trees. There are some bugs which have been waiting for as long as 2 months!