when install:

user warning: syntax error in query SQL near 'NOT NULL DEFAULT 0, PRIMARY KEY (nid, tid) ) /*!40100 DEFAULT CHARACTER SET UTF' line 4 query: CREATE TABLE faq_weights ( `tid` INT unsigned NOT NULL DEFAULT 0, `nid` INT unsigned NOT NULL DEFAULT 0, `weight` NOT NULL DEFAULT 0, PRIMARY KEY (nid, tid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in d:\programmi\easyphp\www\test\drupal-6.0-beta1\includes\database.inc on line 435.

then, when using (of course):

user warning: table 'drupal6beta.faq_weights' doesn't exist

CommentFileSizeAuthor
#2 faq_176848.patch2.06 KBstella

Comments

stella’s picture

what version of mysql are you using?

Cheers,
Stella

stella’s picture

StatusFileSize
new2.06 KB

The attached patch should fix this issue. I've also checked it into CVS and it will be included in the next dev release. Thanks for catching this!

Cheers,
Stella

stella’s picture

Assigned: Unassigned » stella
Status: Active » Fixed
stella’s picture

Released in 6.x-1.0.

Cheers,
Stella

Anonymous’s picture

Status: Fixed » Closed (fixed)