From ab1ac8ba7570005c169e7aa772762b55d354e07d Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Tue, 23 Dec 2003 19:49:56 +0000 Subject: update autoconf scripts to check MySQL.. moved autoconf DEFUN macros to m4 subdirectory autogen.sh calls aclocal to include m4 directory. merged in changes from 1.19b1 fixed log_sql_merge_config bug in 1.19b1 release 1.91 --- (limited to 'create_tables.sql') diff --git a/create_tables.sql b/create_tables.sql index 0266b52..0fe0f4b 100644 --- a/create_tables.sql +++ b/create_tables.sql @@ -23,7 +23,7 @@ create table access_log ( ssl_maxkeysize smallint unsigned, status smallint unsigned , time_stamp int unsigned , - virtual_host varchar(50) + virtual_host varchar(255) ); create table notes ( -- cgit v0.9.2