Clean up SQL "tracefile" code
authorAlan T. DeKok <aland@freeradius.org>
Fri, 10 Aug 2012 10:45:37 +0000 (12:45 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 11 Aug 2012 07:24:39 +0000 (09:24 +0200)
commita24cdcb8dbecfff36010db807ae1a41bf4488623
tree16546975c5c76a2e24a277eed95c591c40bcbc48
parent2410cd02660535bbf67bf993a746ed38b266e2dc
Clean up SQL "tracefile" code

There is now just a "logfile" configuration.  There is no need
to have "trace=yes" and "tracefile".

Since the logfile also locks the file, we can probably get rid of
the sql_log module.

Also document the "logfile" directive in the dialup.conf files
raddb/sql/mssql/dialup.conf
raddb/sql/mysql/dialup.conf
raddb/sql/oracle/dialup.conf
raddb/sql/postgresql/dialup.conf
src/modules/rlm_sql/rlm_sql.h
src/modules/rlm_sql/sql.c