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.

CommentFileSizeAuthor
functional_installation.patch1.08 KBkeith.smith

Comments

Anonymous’s picture

Keith, what database engine are you having issues with? MyISAM, InnoDB, Postgres, etc

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community

Never mind.

See: http://dev.mysql.com/doc/refman/4.1/en/blob.html

BLOB and TEXT columns cannot have DEFAULT values.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD.

damien tournoud’s picture

Huh? Do we really want that? I was under the impression that some discussion was going on to treat that as the database engine level.

damien tournoud’s picture

Status: Fixed » Active

I'm convinced we need a better solution for this.

redndahead’s picture

Status: Active » Fixed

Per Damien Tournoud on IRC this is fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.