3 Jun
2005
3 Jun
'05
12:50 p.m.
"Alexander Voropay" <alec@artcoms.ru> wrote:
As far as I understand, SQL module segfaults when SQL connection pool is over. Seems, pooling mechanism is bogus.
Use gdb, or submit patches. No one else has seen this problem, so it's a little difficult for others to fix it. Or, use the "rlm_sql_log" module from CVS. It logs the SQL queries to a file, which should be able to handle any load. A Perl script then picks them up out of the file, and writes them to SQL.
Is there any way to avoid insertion of this empty records ?
Don't insert them. You should be able to configure the server to not call the SQL module for empty records. Alan DeKok.