summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql_mysql.c
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2008-03-19 05:01:05 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2008-03-19 05:01:05 (GMT)
commita5459ee55432775e47d4ee1e1d126aa88c373d6b (patch)
tree7a22c093c7a4679037b123603ab113e96275310e /mod_log_sql_mysql.c
parentc3ab482a63affcb450d870dc59d200a4ca3102a4 (diff)
updated API to support mod_log_sql_dbd APR DBD driver.
Diffstat (limited to 'mod_log_sql_mysql.c')
-rw-r--r--mod_log_sql_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_log_sql_mysql.c b/mod_log_sql_mysql.c
index 8202672..942c03a 100644
--- a/mod_log_sql_mysql.c
+++ b/mod_log_sql_mysql.c
@@ -74,7 +74,7 @@ static void log_sql_mysql_close(logsql_dbconnection *db)
74/* Routine to escape the 'dangerous' characters that would otherwise 74/* Routine to escape the 'dangerous' characters that would otherwise
75 * corrupt the INSERT string: ', \, and " 75 * corrupt the INSERT string: ', \, and "
76 */ 76 */
77static const char *log_sql_mysql_escape(const char *from_str, apr_pool_t *p, 77static const char *log_sql_mysql_escape(request_rec *r, const char *from_str, apr_pool_t *p,
78 logsql_dbconnection *db) 78 logsql_dbconnection *db)
79{ 79{
80 /* Return "NULL" for empty strings */ 80 /* Return "NULL" for empty strings */