Closed (fixed)
Project:
Drush
Version:
6.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2009 at 22:08 UTC
Updated:
22 May 2009 at 03:50 UTC
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
Comment #1
moshe weitzman commentedCommitted. Thx.