Bugzilla – Attachment 17342 Details for
Bug 9819
stopwords related code should be removed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9819 - Remove 'stopwords' table from kohastructure.sql
Bug-9819---Remove-stopwords-table-from-kohastructu.patch (text/plain), 1.22 KB, created by
Tomás Cohen Arazi (tcohen)
on 2013-04-10 14:35:02 UTC
(
hide
)
Description:
Bug 9819 - Remove 'stopwords' table from kohastructure.sql
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2013-04-10 14:35:02 UTC
Size:
1.22 KB
patch
obsolete
>From 8bcac39bb35a3da7e9f6b443b8bbbac5fc03132c Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 10 Apr 2013 11:06:45 -0300 >Subject: [PATCH] Bug 9819 - Remove 'stopwords' table from kohastructure.sql >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Just that. > >To test: >- Apply the patch >- Do a fresh install >- The database structure should be created flawlessly >- There should not be a 'stopwords' table created > >Sponsored-by: Universidad Nacional de Córdoba >--- > installer/data/mysql/kohastructure.sql | 9 --------- > 1 file changed, 9 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index a6760d4..3fa9b06 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -1845,15 +1845,6 @@ CREATE TABLE `statistics` ( -- information related to transactions (circulation > ) ENGINE=InnoDB DEFAULT CHARSET=utf8; > > -- >--- Table structure for table `stopwords` >--- >- >-DROP TABLE IF EXISTS `stopwords`; >- CREATE TABLE `stopwords` ( >- `word` varchar(255) default NULL >-) ENGINE=InnoDB DEFAULT CHARSET=utf8; >- >--- > -- Table structure for table `subscription` > -- > >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9819
:
17341
|
17342
|
17343
|
17558
|
17559
|
17560
|
17587
|
45685
|
45686
|
45687
|
45688
|
45689
|
45791
|
45792
|
45793
|
45794
|
45795
|
45854
|
45855
|
45856
|
45857
|
45858
|
46092