From 197e405e8e8ae8e11bb251305043810c7fa93e4e Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Fri, 16 Jul 2004 01:33:59 +0000 Subject: fixed another segfault related to the mysql escaping function (forcepreserve bug) included win32 build bat files in distribution separated -Werror to a configure time option (--enable-maintainer) update autogen to use autoconf 2.57, aclocal 1.7 included pgsql and dbi module source in distribution. setup autodetection in configure script for databases. --- (limited to 'mod_log_sql_mysql.c') diff --git a/mod_log_sql_mysql.c b/mod_log_sql_mysql.c index f058110..fd1668a 100644 --- a/mod_log_sql_mysql.c +++ b/mod_log_sql_mysql.c @@ -247,6 +247,7 @@ static logsql_table_ret log_sql_mysql_create(request_rec *r, logsql_dbconnection static const char *supported_drivers[] = {"mysql",NULL}; static logsql_dbdriver mysql_driver = { + "mysql", supported_drivers, log_sql_mysql_connect, /* open DB connection */ log_sql_mysql_close, /* close DB connection */ -- cgit v0.9.2