phpOpenTracker/phpOpenTracker/docs/sql/mysql test_data.sql,NONE,1.1 innodb.sql,1.3,1.4 myisam.sql,1.5,1.6 myisam_merge.sql,1.4,1.5
Sebastian Bergmann <[email protected]> Mon, 19 Jul 2004 05:27:16 +0000
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/docs/sql/mysql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26963/phpOpenTracker/docs/sql/mysql Modified Files: innodb.sql myisam.sql myisam_merge.sql Added Files: test_data.sql Log Message: Flush. --- NEW FILE: test_data.sql --- # # phpOpenTracker - The Website Traffic and Visitor Analysis Solution # # Copyright 2000 - 2004 Sebastian Bergmann. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # $Id: test_data.sql,v 1.1 2004/07/19 05:27:14 bergmann Exp $ # TRUNCATE pot_additional_data; TRUNCATE pot_page_impressions; TRUNCATE pot_visits; Index: myisam.sql =================================================================== RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/docs/sql/mysql/myisam.sql,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- myisam.sql 27 May 2004 05:53:53 -0000 1.5 +++ myisam.sql 19 Jul 2004 05:27:14 -0000 1.6 @@ -18,8 +18,8 @@ # $Id$ # -DROP TABLE IF EXISTS page_impressions; -CREATE TABLE page_impressions ( +DROP TABLE IF EXISTS pot_page_impressions; +CREATE TABLE pot_page_impressions ( visit_id INT(11) NOT NULL, timestamp INT(10) UNSIGNED NOT NULL, weekday TINYINT(1) UNSIGNED NOT NULL, Index: innodb.sql =================================================================== RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/docs/sql/mysql/innodb.sql,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- innodb.sql 27 May 2004 05:53:53 -0000 1.3 +++ innodb.sql 19 Jul 2004 05:27:13 -0000 1.4 @@ -18,8 +18,8 @@ # $Id$ # -DROP TABLE IF EXISTS page_impressions; -CREATE TABLE page_impressions ( +DROP TABLE IF EXISTS pot_page_impressions; +CREATE TABLE pot_page_impressions ( visit_id INT(11) NOT NULL, timestamp INT(10) UNSIGNED NOT NULL, weekday TINYINT(1) UNSIGNED NOT NULL, Index: myisam_merge.sql =================================================================== RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/docs/sql/mysql/myisam_merge.sql,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- myisam_merge.sql 27 May 2004 05:53:53 -0000 1.4 +++ myisam_merge.sql 19 Jul 2004 05:27:14 -0000 1.5 @@ -18,7 +18,7 @@ # $Id$ # -DROP TABLE IF EXISTS page_impressions; +DROP TABLE IF EXISTS pot_page_impressions; DROP TABLE IF EXISTS pot_visitors; DROP TABLE IF EXISTS pot_additional_data; ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click