Multiple rows are not supported before version 3.7.11, so the insert statements of the form:
INSERT INTO contact_types VALUES ('human'), ('function'), ('invisible');
Fails. Ubuntu 12.04 is affected by this, and it could be easily worked around by expanding the insert statements to multiple single inserts, perhaps wrapped in a transaction - if paranoid.
Multiple rows are not supported before version 3.7.11, so the insert statements of the form:
INSERT INTO contact_types VALUES ('human'), ('function'), ('invisible');
Fails. Ubuntu 12.04 is affected by this, and it could be easily worked around by expanding the insert statements to multiple single inserts, perhaps wrapped in a transaction - if paranoid.