Defaults on text fields prevent installation (HEAD installation is broken)
keith.smith - August 24, 2008 - 10:28
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | install system |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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 |
|---|---|
| functional_installation.patch | 1.08 KB |

#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.