Posted by keith.smith on August 24, 2008 at 10:28am
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | install system |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| functional_installation.patch | 1.08 KB | Ignored: Check issue status. | None | None |
Comments
#1
Keith, what database engine are you having issues with? MyISAM, InnoDB, Postgres, etc
#2
Never mind.
See: http://dev.mysql.com/doc/refman/4.1/en/blob.html
BLOB and TEXT columns cannot have DEFAULT values.
#3
Committed to CVS HEAD.
#4
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.
#5
I'm convinced we need a better solution for this.
#6
Per Damien Tournoud on IRC this is fixed.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.