In my previous post about enhancing the graphs the MySQL Administrator displays I added a remark that there seems to be a difference between MySQL 4.1 and 5.0.
As it seems this has already been reported as MySQL Bug
#10210 and fixed, however only for 5.1. Summarizing the bug
report is easy: They implemented Heisenberg (or better: the
observer effect). You cannot query the counters
for e. g. the number of temporary tables created without
modifiying it as you go. In 4.1 all the SHOW
STATUS...
commands (see the manual page) could be executed without
modifying the values displayed, because they …