View Issue Details

IDProjectCategoryView StatusLast Update
0030077mantisbtinstallationpublic2022-05-10 09:56
Reporterdregad Assigned Todregad  
PrioritylowSeveritytextReproducibilityalways
Status closedResolutionfixed 
Target Version2.25.4Fixed in Version2.25.4 
Summary0030077: Installer's Oracle-specific warning regarding identifiers' length is shown initially for MySQL
Description

When installing MantisBT, the Type of database is initially set to "MySQL improved", but the Oracle-specific information message about the maximum length for identifiers On Oracle < 12cR2, max length for identifiers is 30 chars. Keep pre/suffixes as short as possible to avoid problems. is displayed anyway.

If a different db type is selected, the message is hidden or shown as expected.

TagsNo tags attached.

Activities

dregad

dregad

2022-05-05 05:06

developer   ~0066529

image.png (88,422 bytes)   
image.png (88,422 bytes)   

Related Changesets

MantisBT: master 4b6aea42

2022-04-29 07:59

dregad


Details Diff
Install: trigger change event on DB type select

This ensures that the <span> that displays Oracle-specific information
is hidden if another DB type is selected (which is normally the case as
we default to mysqli), and the shortened db table prefix/suffix fields
are set accordingly.

Fixes 0030077
Affected Issues
0030077
mod - js/install.js Diff File