SF.net SVN: phpwiki:[10668] trunk/schemas/mysql-1_3_11.sql

vargenau--- via phpwiki-checkins <[email protected]>
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10668
          http://sourceforge.net/p/phpwiki/code/10668
Author:   vargenau
Date:     2021-11-21 18:18:08 +0000 (Sun, 21 Nov 2021)
Log Message:
-----------
Remove schemas/mysql-1_3_11.sql

Removed Paths:
-------------
    trunk/schemas/mysql-1_3_11.sql

Deleted: trunk/schemas/mysql-1_3_11.sql
===================================================================
--- trunk/schemas/mysql-1_3_11.sql	2021-11-21 18:01:13 UTC (rev 10667)
+++ trunk/schemas/mysql-1_3_11.sql	2021-11-21 18:18:08 UTC (rev 10668)
@@ -1,29 +0,0 @@
--- phpwiki 1.3.11 upgrade from 1.3.10
-
--- if ACCESS_LOG_SQL > 0
--- only if you need fast log-analysis (spam prevention, recent referrers)
--- see http://www.outoforder.cc/projects/apache/mod_log_sql/docs-2.0/#id2756178
-CREATE TABLE accesslog (
-        time_stamp    int unsigned,
-	remote_host   varchar(50),
-	remote_user   varchar(50),
-        request_method varchar(10),
-	request_line  varchar(255),
-	request_args  varchar(255),
-	request_file  varchar(255),
-	request_uri   varchar(255),
-	request_time  char(28),
-	status 	      smallint unsigned,
-	bytes_sent    smallint unsigned,
-        referer       varchar(255),
-	agent         varchar(255),
-	request_duration float
-);
-CREATE INDEX log_time ON accesslog (time_stamp);
-CREATE INDEX log_host ON accesslog (remote_host);
-
--- and use ?action=upgrade as WIKI_ADMIN then
-ALTER TABLE page ADD cached_html MEDIUMBLOB;
-
--- support ipv6
-ALTER TABLE session CHANGE sess_ip sess_ip CHAR(40) NOT NULL;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.