Last modified: 2010-05-15 15:32:57 UTC
If you go to the Special:Log page and press the "Next #" link until you see the last log entry, you can press it even more and are presented with empty lists. Google-Bot is following these links until it gets bored, one for each increment.
Created attachment 434 [details] patch for HEAD The patch adds a private variable to the log reader to count the number of log lines shown. Depending on that number the links are shown or not. Additionally the patch fixes another bug (without bugzilla entry). For an empty log there is a mysql warning shown when trying to do seek(0) on the mysql result. The patch avoids that warning.
Rewrote patch and committed to CVS HEAD. SpecialLog.php, rev 1.21