Closed (fixed)
Project:
Database Scripts
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Feb 2009 at 15:02 UTC
Updated:
14 Mar 2009 at 21:20 UTC
Allow other developers to use other methods of handling the auto_increment issue by having a configurable option to disable raising increments during the merge.
Comments
Comment #1
ceardach commentedYou can now choose to disable raising increments in config.inc. Set $raise_increments_on_merge to FALSE, and then you can use any other external method.