I received the following error message while installing the upgraded 1.x-dev version of this module. This comes from the data base update #6100:
user warning: Multiple primary key defined query: ALTER TABLE toomre_xmlsitemap_node ADD `nid` INT unsigned NOT NULL DEFAULT 0, ADD PRIMARY KEY (nid) in /home/toomreco/drupal-6.12/includes/database.mysql-common.inc on line 298.
Comments
Comment #1
Anonymous (not verified) commentedUpdates for this version are only valid for a 5.x update. If you updating from a 6.x version then you will see these kinds of things. Follow #359104: XML sitemap 6.x-1.x-dev progress for updates on the module. I will comb through the .install files for updates adding columns and keys to determine if I can properly filter them.
Comment #2
Anonymous (not verified) commentedPlease do tell me what version you're updating from?
Comment #3
dave reidDuplicate of #488228: Multiple primary key defined.