When you use the "watchdog show" without specifying a type, the ordering of the SQL query isn't defined, that means that you end up looking at whatever rows the database feels like giving you (rather than the latest ones).

File: commands/core/core.drush.inc
Function: core_watchdog_show

Basically the db_query_range() call when $type is empty needs to be $sql . $sort (rather than just $sql)

:-)

Comments

moshe weitzman’s picture

Status: Active » Fixed

Committed. Thx.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.