I just noticed that three queries fail on D5->D6 update, if prefixed table names used. It's all in system_update_6019() - two queries there are missing curly braces around table names, so it breaks on prefixed tables obviously. (The third failed query is just caused by the other ones being not completed previously.)

Patch attached. Now my update went smoothly (apart from 2 persisting notices on menu_router, which were always there).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Rok Žlender’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
1.12 KB

I rerolled your patch with cvs diff. I searched and there seems to be no more such errors.

Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Looks good, thanks. Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)