On Sat, Aug 26, 2017 at 05:52:40PM +0300, Juha Heinanen wrote:
sqlops README tells:
4.5. sql_query_async(connection, query)
Make an async SQL query using 'connection', if implemented by db
driver module (e.g., db_mysql)
my sqlops sqlcon parameter specifies mysql driver, but still i get to
syslog:
Aug 24 08:02:05 rox1 /usr/bin/sip-proxy[13886]: ERROR: sqlops [sql_api.c:427]:
sql_do_query_async(): the db driver module doesn'tsupport async query
Are you really using mysql directly? For example the cluster driver
doesn't support async, regardless of the backend driver support.