Gentoo Archives: gentoo-commits

From: "Tom Knight
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/scripts/projectSCAS/scripts: reset_phpbb_tables.sql
Date: Sun, 09 Sep 2007 11:33:33
Message-Id: E1IUKw5-0004mj-LQ@stork.gentoo.org
1 tomk 07/09/09 11:26:41
2
3 Modified: reset_phpbb_tables.sql
4 Log:
5 Added results table to drop statements
6
7 Revision Changes Path
8 1.5 forums/scripts/projectSCAS/scripts/reset_phpbb_tables.sql
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/scripts/projectSCAS/scripts/reset_phpbb_tables.sql?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/scripts/projectSCAS/scripts/reset_phpbb_tables.sql?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/scripts/projectSCAS/scripts/reset_phpbb_tables.sql?r1=1.4&r2=1.5
13
14 Index: reset_phpbb_tables.sql
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/scripts/projectSCAS/scripts/reset_phpbb_tables.sql,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- reset_phpbb_tables.sql 9 Sep 2007 10:42:26 -0000 1.4
21 +++ reset_phpbb_tables.sql 9 Sep 2007 11:26:41 -0000 1.5
22 @@ -38,6 +38,7 @@
23 drop table if exists scas_search_wordmatch;
24 drop table if exists scas_search_wordlist;
25 drop table if exists scas_search_ranks;
26 +drop table if exists scas_search_results;
27
28 create table scas_search_wordmatch_a ( post_id mediumint(8) unsigned NOT NULL default '0',word_id mediumint(8) unsigned NOT NULL default '0',word_count tinyint(3) unsigned NOT NULL default '0',word_inSubject tinyint(3) unsigned NOT NULL default '0',forum_id tinyint(3) unsigned NOT NULL default '0',KEY post_id (post_id),KEY word_id_2 (word_id,post_id)) DELAY_KEY_WRITE=1 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci TYPE=myisam;
29 create table scas_search_wordmatch_b ( post_id mediumint(8) unsigned NOT NULL default '0',word_id mediumint(8) unsigned NOT NULL default '0',word_count tinyint(3) unsigned NOT NULL default '0',word_inSubject tinyint(3) unsigned NOT NULL default '0',forum_id tinyint(3) unsigned NOT NULL default '0',KEY post_id (post_id),KEY word_id_2 (word_id,post_id)) DELAY_KEY_WRITE=1 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci TYPE=myisam;
30
31
32
33 --
34 gentoo-commits@g.o mailing list