-
Martin Hansson authored
This patch removes the notion of delayed inserts in the handler interface and inside storage engines. The handler flag HA_CAN_INSERT_DELAYED is removed, and a place-holder HA_UNUSED is put in its place. We also delete any mention of insert delayed from comments.
Martin Hansson authoredThis patch removes the notion of delayed inserts in the handler interface and inside storage engines. The handler flag HA_CAN_INSERT_DELAYED is removed, and a place-holder HA_UNUSED is put in its place. We also delete any mention of insert delayed from comments.
Loading