Results 22 comments of Héctor Arroyo

I have just checked this on a fresh MariaDB install (10.0.36-MariaDB-0ubuntu0.16.04.1 with `innodb_file_format=Barracuda` and `innodb_large_prefix=ON`) with the current code from the master branch and it works as expected. I suppose...

The schema URLs have changed when musicbrainz-server moved to github. I think the base URL in settings.pl should be changed to https://raw.githubusercontent.com/metabrainz/musicbrainz-server/master and the sql scripts URLs should be changed...

The install script should convert the Postgres sql to valid MySQL queries. Btw, usually the translator has to be "fixed" each time the musicbrainz schema changes. I sent a pull...

I'm working on it right now, I'll send a commit as soon as I check and (hopefully) fix the whole process (create tables + insert data + create indexes)

Please check if the last commit from https://github.com/ChurruKa/mbzdb solves the issue.

@rubertu I think this is caused by a bug of MySQL on Windows: http://stackoverflow.com/questions/3466872/why-cant-a-text-column-have-a-default-value-in-mysql I think you can workaround the error by following these steps: 1) run these commands from...

@andrewkaz if you are still having this issue maybe my mbzdb fork works for you: https://github.com/ChurruKa/mbzdb

The reference to pull request #42 here is wrong (it was for a different issue). Apologies (i don't know how to remove it from here ¬¬).

You could always let the user decide if he/she wants the FKs or not by adding a new option on the Init.pl menu: "Add foreign key constraints"

We could diable foreign key checks while we are processing a SeqID. This way we could handle each SeqID individually, but I think if we do it we lost the...