Drupal 6 includes a schema definition API that should be used to define the tables in the .install file instead of directly defining the SQL.

http://api.drupal.org/api/group/schemaapi/6

Comments

IncrediblyKenzi’s picture

Assigned: Unassigned » IncrediblyKenzi

Acknowledged. The install was a direct port of the 5.x functionality. Keeping this issue open until it's resolved.

Coyote’s picture

Version: 6.x-1.0 » 6.x-1.1

I was actually unable to get the install file to create the db tables at all, using 6.x.1.1 of the CDN2 module, and Drupal 6.9. I had to manually copy the sql out, clean out the brackets, and execute it manually to get it into our MySQL install.

kylebrowning’s picture

Assigned: IncrediblyKenzi » Unassigned
Status: Active » Fixed

This has been comitted to Drupal 6 HEAD

Status: Fixed » Closed (fixed)

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