Bug 9819 - Make updatedatabase.pl remove the 'stopwords' table
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 10 Apr 2013 14:13:10 +0000 (11:13 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 30 Dec 2015 15:50:11 +0000 (15:50 +0000)
commit011cc84ebff482dd00ec7af795b1dc99d236df10
tree243e8cf0af1aef1c60c307cefd4177c4e2dcdc93
parent58efe81544efc6a4d3b822b9b3e8685c4871fdcd
Bug 9819 - Make updatedatabase.pl remove the 'stopwords' table

To test:
- Apply the patch
- Will be prompted to run the updater
- The 'stopwords' database should be removed
  ( test on a mysql prompt with
    > SHOW TABLES LIKE 'stopwords';
   and should get no results)

Sponsored-by: Universidad Nacional de Córdoba
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/updatedatabase.pl