aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_apc.php
diff options
context:
space:
mode:
authorPatrick Webster <noxwizard@phpbb.com>2012-11-20 04:40:06 -0600
committerPatrick Webster <noxwizard@phpbb.com>2012-11-20 04:40:06 -0600
commit1dff6d1bf988bb0d11a393fad0c0d0183366a5c9 (patch)
tree9b41091207c86e262dc9aad40695feb12b67b7bf /phpBB/includes/acm/acm_apc.php
parenta7404409a8376e7db9f295e5cf598ccee59523b5 (diff)
downloadforums-1dff6d1bf988bb0d11a393fad0c0d0183366a5c9.tar
forums-1dff6d1bf988bb0d11a393fad0c0d0183366a5c9.tar.gz
forums-1dff6d1bf988bb0d11a393fad0c0d0183366a5c9.tar.bz2
forums-1dff6d1bf988bb0d11a393fad0c0d0183366a5c9.tar.xz
forums-1dff6d1bf988bb0d11a393fad0c0d0183366a5c9.zip
[ticket/11219] Recreate Oracle sequences instead of altering them
The previous method would always leave a gap between the last value and the new one due to how you have to update the sequence values. To remove gaps in all situations, the options are to alter the USER_SEQUENCES table or just drop the sequence and recreate it. The prior requires elevated priveleges and the latter can break attached objects. Since we don't attach objects to the sequences, we won't have any problems doing it for the tests. PHPBB3-11219
Diffstat (limited to 'phpBB/includes/acm/acm_apc.php')
0 files changed, 0 insertions, 0 deletions