P4DTI issue job001700

TitleMySQL 5.0 complains at non-default fields
Statusclosed
Priorityoptional
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionThe Bugzilla 3.0 schema has a couple of fields in the bugs table which are not null but have no default value: keywords and status_whiteboard. When inserting a row into this table, if no value is provided then MySQL 5.0 complains.
AnalysisIn bugzilla.add_bug, if those fields are absent then add them as empty strings.
How foundautomated_test
EvidenceI just know
Observed in2.3.5
Created byNick Barnes
Created on2007-07-30 09:42:06
Last modified byNick Barnes
Last modified on2007-07-30 09:43:37
History2007-07-29 NB Created.

Fixes

Change Effect Date User Description
163003 closed 2007-07-30 09:43:16 Nick Barnes P4DTI replicator low-level Bugzilla interface: schema changes.