i tried new acc db_insert_mode=2 by defining in config:
modparam("acc", "db_insert_mode", 2)
and here is what i got to syslog:
Apr 16 14:14:41 siika /usr/sbin/sip-proxy[30122]: ERROR: db_mysql [km_dbase.c:123]: db_mysql_submit_query(): driver error on query: DELAYED option not supported for table 'accounting' Apr 16 14:14:41 siika /usr/sbin/sip-proxy[30122]: ERROR: db_mysql [km_dbase.c:145]: db_mysql_async_exec_task(): failed to execute query on async worker
as per my question and daniel's reply, this mode has nothing to do with DELAYED option.
-- juha
Hello,
On 16/04/14 13:22, Juha Heinanen wrote:
it was a c&p error in mysql module and delayed option was used when shouldn't have been (I guess I had myisam table and that worked for me). Can you try with latest git?
Cheers, Daniel