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
Comments
Comment #1
stella commentedwhat version of mysql are you using?
Cheers,
Stella
Comment #2
stella commentedThe 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
Comment #3
stella commentedComment #4
stella commentedReleased in 6.x-1.0.
Cheers,
Stella
Comment #5
(not verified) commented