From 3ddc5c9b88226097f93d4c21ea51f7a37f0e56f3 Mon Sep 17 00:00:00 2001 From: Christopher Powell Date: Fri, 07 Dec 2001 03:52:56 +0000 Subject: Added a mysql_close mechanism to the child exit process to fix MySQL complaining about bad communication packets. Considerable code reorg and cleanup. --- (limited to 'access_log.sql') diff --git a/access_log.sql b/access_log.sql index 46d5a6e..a667494 100644 --- a/access_log.sql +++ b/access_log.sql @@ -10,16 +10,16 @@ create table access_log ( remote_user varchar(50) not null, request_duration smallint not null, request_line varchar(255), - request_method not null, - request_protocol not null, + request_method varchar(6) not null, + request_protocol varchar(10) not null, request_time char(28), request_uri varchar(50) not null, server_port smallint unsigned, ssl_cipher varchar(25), - ssl_keysize smallint - ssl_maxkeysize smallint, + ssl_keysize smallint unsigned, + ssl_maxkeysize smallint unsigned, status smallint not null, time_stamp int unsigned not null, - virtual_host varchar(50) not null, + virtual_host varchar(50) not null ) -- cgit v0.9.2