summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorShai Berger <shai@platonix.com>2014-10-15 02:52:21 +0300
committerShai Berger <shai@platonix.com>2014-10-17 04:58:31 +0300
commita1578055e61e8815d1b6d445e8b24ad02d38c3ee (patch)
tree5464f5ed22546be6cb66030032678b0003df73fb /docs/ref/forms
parent0569e0dd74566603029dde791ed31436d42862b4 (diff)
[1.7.x] Fixed #23649 -- Made Oracle test-db creation drop test-user earlier when needed
Checked database destruction for ORA-29857, which happens when objects of some types are left over in an old test database (notably, such objects are created by the GIS backend). When this happens, we can resolve the issue by dropping the test-user (if we are allowed to). An alternative approach, to just switch the order of creation (so that, if the test user exists and can be dropped, it is always dropped before the tablespace) was considered; but since the user creation depends on the tablespace, this would necessitate separating the dropping of the user from its creation -- a change I am reluctant to make. Thanks Josh Smeaton and Tim Graham for reviews. Backport of 2e1ed5f33c from master
Diffstat (limited to 'docs/ref/forms')
0 files changed, 0 insertions, 0 deletions