As I previously mentioned incorrectly in http://drupal.org/node/298391, apparently defaults on TEXT fields prevent the installation of some tables (namely menu_router and perhaps one other that I no longer recall). The attached patch successfully led to the installation of a brand new HEAD.
| Comment | File | Size | Author |
|---|---|---|---|
| functional_installation.patch | 1.08 KB | keith.smith |
Comments
Comment #1
Anonymous (not verified) commentedKeith, what database engine are you having issues with? MyISAM, InnoDB, Postgres, etc
Comment #2
Anonymous (not verified) commentedNever mind.
See: http://dev.mysql.com/doc/refman/4.1/en/blob.html
BLOB and TEXT columns cannot have DEFAULT values.
Comment #3
dries commentedCommitted to CVS HEAD.
Comment #4
damien tournoud commentedHuh? Do we really want that? I was under the impression that some discussion was going on to treat that as the database engine level.
Comment #5
damien tournoud commentedI'm convinced we need a better solution for this.
Comment #6
redndahead commentedPer Damien Tournoud on IRC this is fixed.