Daniel-Constantin Mierla writes:
+ If set to 2, async insert is used if the db driver
module has support
+ for it. If not, then standard INSERT is used.
+
Default value is 0 (no INSERT DELAYED).
daniel,
just to clarity, is there some relationship between INSERT DELAYED and
async insert? if db_insert_mode=2, is INSERT DELAYED or standard INSERT
used? that is, do db_insert_mode 0 and 2 somehow differ on the wire to
db server or is it so that both 0 and 2 use standard INSERT?
-- juha