April 16, 2012 | ||
---|---|---|
View b5d6bb38c3
fixed compile time warningsDaniel-Constantin Mierla authored on 16/04/2012 11:46:40 |
November 17, 2010 | ||
---|---|---|
View 0e564bcd36
db_mysql: Fixes crash in libmysqlclient after connection reset.Jan Janak authored on 17/11/2010 23:26:32 |
January 16, 2008 | ||
---|---|---|
View a201f9aee7
- reordered included header files for better detection of missing headers - disable automatic database reconnects, they do not work with pre-compiled statements - error/info/log message cleanup - auto_reconnect module parameter removed - introduced new module parameter retries which controls the number of times queries are tried to execute on server on failuresJan Janak authored on 16/01/2008 14:17:28 |
June 25, 2007 | ||
---|---|---|
View 1bc0f4e48c
Added the following features from Andrei: - connect_timeout parameter which allows to limit connection timeouts to mysql server - send_timeout parameter which can limit the time the client library spends sending data to the server - receive_timeout parameter which can limit the time the library spends waiting for the data from the server - enable reconnect for mysql >= 5.0.13Jan Janak authored on 25/06/2007 15:39:09 |
April 4, 2007 | ||
---|---|---|
View 4198a3a2f1
- mysql module updated to new db apiJan Janak authored on 04/04/2007 11:48:20 |
January 30, 2006 | ||
---|---|---|
View c2f1d07332
- enable reconnection explicitly Closes: SER-80Jan Janak authored on 30/01/2006 16:49:51 |
October 13, 2005 | ||
---|---|---|
View b59ace5e3c
- make debug message scheme independentJan Janak authored on 13/10/2005 09:23:07 |
September 20, 2005 | ||
---|---|---|
View 1b8946fded
Moved mysql result from the connection to db_res_t to allow nested queries.Andreas Granig authored on 20/09/2005 13:28:34 |
February 2, 2005 | ||
---|---|---|
View 344f101afe
- using improved connection poolJan Janak authored on 02/02/2005 19:09:22 |
February 1, 2005 | ||
---|---|---|
View c802ee8810
- some useful debugging informationJan Janak authored on 01/02/2005 15:13:04 |
August 3, 2004 | ||
---|---|---|
View a041800f53
ping_interval parameter implemented, the module calls mysql_ping if the connection has been inactive for >= ping_interval.Jan Janak authored on 03/08/2004 17:22:06 |
January 26, 2004 | ||
---|---|---|
View cf63aa85e1
MySQL connection pool. Connections with the same URL are shared among modules within the same process.Jan Janak authored on 26/01/2004 12:46:15 |