Last-Modified: Tue, 17 Mar 2026 03:03:56 GMT Expires: Fri, 14 Mar 2036 03:03:56 GMT mod_log_sql - mod_log_sql
summaryrefslogtreecommitdiffstats
diff options
context:2002-05-14
* Significant bugfixes and feature additions on the way to 1.16...Gravatar Christopher Powell 2002-04-21
* This is a "pre" snapshot of 1.15. Numerous changes emphasizing how SQLGravatar Christopher Powell 2002-04-02
* Minor but significant updates to the instructions for apxs users.Gravatar Christopher Powell 2002-02-24
* Ported to mysql_real_connect, made a change for the mass-virtual-hosting1.13Gravatar Christopher Powell 2002-01-15
* Fixed another typo in make_combined_log; improved DSO instructionsGravatar Christopher Powell 2002-01-02
* Big changes including reworked cookie code, new directives, SSL logging,Gravatar Christopher Powell 2001-12-03
* Initial revision1.09Gravatar Christopher Powell 2001-11-28
    st_rec *)data; 186 187 return apr_pstrcat(r->pool, key, " = ", val, " ", NULL); 188}*/ 189 190static void preserve_entry(request_rec *r, const char *query) 183static void preserve_entry(request_rec *r, const char *query) 191{ 184{ 192 logsql_state *cls = ap_get_module_config(r->server->module_config, 185 logsql_state *cls = ap_get_module_config(r->server->module_config, @@ -927,7 +920,7 @@ static int log_sql_transaction(request_rec *orig) 927 itemsets = apr_pstrcat(r->pool, itemsets, 920 itemsets = apr_pstrcat(r->pool, itemsets, 928 (i > 0 ? "," : ""), 921 (i > 0 ? "," : ""), 929 "(", 922 "(", 930 unique_id, 923 global_config.driver->escape(unique_id, r->pool, &global_config.db), 931 ",", 924 ",", 932 global_config.driver->escape(*ptrptr, r->pool,&global_config.db), 925 global_config.driver->escape(*ptrptr, r->pool,&global_config.db), 933 ",", 926 ",",@@ -955,7 +948,7 @@ static int log_sql_transaction(request_rec *orig) 955 itemsets = apr_pstrcat(r->pool, itemsets, 948 itemsets = apr_pstrcat(r->pool, itemsets, 956 (i > 0 ? "," : ""), 949 (i > 0 ? "," : ""), 957 "(", 950 "(", 958 unique_id, 951 global_config.driver->escape(unique_id, r->pool, &global_config.db), 959 ",", 952 ",", 960 global_config.driver->escape(*ptrptr, r->pool,&global_config.db), 953 global_config.driver->escape(*ptrptr, r->pool,&global_config.db), 961 ",", 954 ",",@@ -984,7 +977,7 @@ static int log_sql_transaction(request_rec *orig) 984 itemsets = apr_pstrcat(r->pool, itemsets, 977 itemsets = apr_pstrcat(r->pool, itemsets, 985 (i > 0 ? "," : ""), 978 (i > 0 ? "," : ""), 986 "(", 979 "(", 987 unique_id, 980 global_config.driver->escape(unique_id, r->pool, &global_config.db), 988 ",", 981 ",", 989 global_config.driver->escape(*ptrptr, r->pool,&global_config.db), 982 global_config.driver->escape(*ptrptr, r->pool,&global_config.db), 990 ",", 983 ",",@@ -1013,7 +1006,7 @@ static int log_sql_transaction(request_rec *orig) 1013 itemsets = apr_pstrcat(r->pool, itemsets, 1006 itemsets = apr_pstrcat(r->pool, itemsets, 1014 (i > 0 ? "," : ""), 1007 (i > 0 ? "," : ""), 1015 "(", 1008 "(", 1016 unique_id, 1009 global_config.driver->escape(unique_id, r->pool, &global_config.db), 1017 ",", 1010 ",", 1018 global_config.driver->escape(*ptrptr, r->pool,&global_config.db), 1011 global_config.driver->escape(*ptrptr, r->pool,&global_config.db), 1019 ",", 1012 ",",