Results 7 issues of Héctor Arroyo

If we don't download and run the .sql files form https://github.com/metabrainz/musicbrainz-server/tree/master/admin/sql/wikidocs the update script will fail applying replication packets that update the wikidoc tables, and halt the whole replication process.

Currently we download, decompress and use LOAD DATA INFILE on https://github.com/elliotchance/mbzdb/blob/master/backend/mysql.pl, but I think decompressing _to disk_ isn't really needed: we could decompress to a pipe and LOAD DATA from...

From https://github.com/metabrainz/musicbrainz-server/blob/master/admin/sql/CreateSimpleViews.sql

Today I was appliying the last changes, which included a massive trim() on annotations on the MB server [http://tickets.musicbrainz.org/browse/MBS-2836], and it seems there is an error generating the SET clause...

Creating soundex tables... Done DBD::mysql::db do failed: Table 'ngs_final.album' doesn't exist at src/functions.pl line 92. SQL: 'insert into album_soundex select id, soundex(name) from album' It tries to create index for...

**DO NOT MERGE.** For testing/debugging purposes.

**Associated Jira issue:** [ADF-1174](https://oat-sa.atlassian.net/browse/ADF-1174)