While the majority of the really serious and crashing bugs are
fixed right now in MySQL 5.0, there are still a lot of bugs that
only surface in some very specific queries. One area that seems
to be more heavily affected in particular are VIEW
s.
To keep track of the ongoing progress I just compiled a list of
my VIEW
bugs that have just been fixed with the
current releases or are probably going to be fixed in one of the
next. Interestingly, I hit five of them (#19077, #19089, #19111,
#19114, #19714) with just one single set of nested
VIEW
s. I bet you believe me, that it took me some
time to figure out why my final query just wouldn't return the
result I expected.
- Bug #15950 (no schedule for fix available yet)
-
Functions returning the current date or time (such as
NOW()
) get optimized …