|
From: Lionel B. <lio...@bo...> - 2007-02-04 19:32:37
|
Just a quick line. I commited some changes in the 1.7.x branch: - SQLgrey now optionally cache prepared statements (by default it no longer does). This is an attempt to workaround the memory leaks that occur with some DBI/DBD versions. People looking for the best performance will have to use db_prepare_cache = 1 in the configuration file. - Added "Reuse => 1". This should allow SQLgrey to restart more quickly. - Removed a warning log message when there's no entry in the config table (this occurs when we look for the db_last_cleanup entry for the first time). Lionel, now going after the syslog-related crash. |