summaryrefslogtreecommitdiffstatsabout
path: root/create_tables.sql
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2003-12-23 19:49:56 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2003-12-23 19:49:56 (GMT)
commitab1ac8ba7570005c169e7aa772762b55d354e07d (patch)
treea4e8d712b5dbf4b5edbb7bd89edc1fa08e40a332 /create_tables.sql
parentf89b2cced3608b248cb02b2e48907dcae07e8bbe (diff)
update autoconf scripts to check MySQL..1.91
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
Diffstat (limited to 'create_tables.sql')
-rw-r--r--create_tables.sql2
1 files changed, 1 insertions, 1 deletions
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 (
23 ssl_maxkeysize smallint unsigned, 23 ssl_maxkeysize smallint unsigned,
24 status smallint unsigned , 24 status smallint unsigned ,
25 time_stamp int unsigned , 25 time_stamp int unsigned ,
26 virtual_host varchar(50) 26 virtual_host varchar(255)
27); 27);
28 28
29create table notes ( 29create table notes (