Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
database system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2010 at 19:23 UTC
Updated:
16 Jun 2010 at 19:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
Crell commentedI couldn't find anywhere that we were using delay() in the first place.
Comment #2
chx commentedTotally. DELAYED means "the day when my database melts down has been delayed by an undefined amount of time". Using INSERT DELAYED adds a lot of interesting problems and altogether you might end up with a lower INSERT performance. More importantly you give up control on what happens with your database. Bad idea.
Comment #3
webchickYay for less code! :) Committed to HEAD.
Comment #5
jbrown commentedThere is more code to be removed.
I also removed the docs: http://drupal.org/node/310079/revisions/view/773668/1024872
Comment #6
aspilicious commentedLooks good
Comment #7
Crell commentedDagnabbit, I thought I got some of those. Thanks, jbrown.
Comment #8
dries commentedCommitted to CVS HEAD. Thanks.