Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
watchdog.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Nov 2005 at 06:09 UTC
Updated:
26 Feb 2006 at 10:34 UTC
Overview: Link
Patch attached that forces watchdog inserts to generate sequence IDs using the sequence table rather than the auto_increment feature..
Thanks
Karthik.
| Comment | File | Size | Author |
|---|---|---|---|
| bootstrap_16.patch | 865 bytes | Zen |
Comments
Comment #1
killes@www.drop.org commentedSee my reply in the other issue. An auto_increment is usually faster. I am empted to mark this "won't fix". In any case, the changes to the database definition file and the neccessary upgrade should be included.
Comment #2
Zen commentedThis should work fine without the need to update the db definition file. i.e. it will work fine even if the auto_increment remains (if pointless)..
-K
Comment #3
jose reyero commented-1 to add more queries for watchdog.
I agree with Killes, and using the sequences table would mean a pair more queries.
This is somehow related to this other one, http://drupal.org/node/32576, which is about performance impact of watchdog.
Comment #4
Zen commentedhttp://drupal.org/node/38585