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.
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.