HI all.
1. What is the use of the following 2 functions (in dbpool.h)
------------------------------------------
int inline dbpool_conn_select(DBPoolConn *conn, const Octstr *sql,
List *binds, List **result);
int inline dbpool_conn_update(DBPoolConn *conn, const Octstr *sql, List *binds);
-----------------------------------------
2. Those two are having any relatoin with
void dbpool_conn_produce(DBPoolConn *conn);
3. Generally when mysql_query() fails and returns 2006 error, the
kannel is simply exiting . But in my case it has to close that
connection and re-connect to server and then it has to start querying
again.
So if anyone knows this , plz help me...
Thanks...