From 53acb181ef04ae70a7dcfed849f7c02850781c20 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sun, 29 Feb 2004 23:36:18 +0000 Subject: separated out most mysql specific code to mod_log_sql_mysql.c beginnings of separation of core SQL logging logic moved DB connection paramters to a table (for cutoms params for DB drivers) added new configuration directive to handle any DB parameter renamed all log_sql_* vars and type to logsql_* Added enums for opendb return codes. organized config directives and commented for easier reading of source --- (limited to 'apache13.h') diff --git a/apache13.h b/apache13.h index 8181c43..11e8dcb 100644 --- a/apache13.h +++ b/apache13.h @@ -1,4 +1,4 @@ -/* $Header: /home/cvs/mod_log_sql/apache13.h,v 1.4 2004/02/05 21:59:46 urkle Exp $ */ +/* $Header: /home/cvs/mod_log_sql/apache13.h,v 1.5 2004/02/29 23:36:17 urkle Exp $ */ #ifndef APACHE13_H #define APACHE13_H @@ -51,7 +51,9 @@ #define apr_psprintf ap_psprintf #define apr_snprintf ap_snprintf +#define apr_table_set ap_table_set #define apr_table_get ap_table_get +#define apr_table_make ap_make_table #define apr_array_push ap_push_array #define apr_array_make ap_make_array -- cgit v0.9.2