Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.0-RC2
-
None
Description
Oracle does not support identifiers with more than 30 characters, to avoid any problem with that the length of the identifiers is checked. But in sql_create_unique_index and sql_create_index we check the wrong identifier: $table_name . $index_name instead of $table_name . '_' . $index_name
Attachments
Issue Links
- caused
-
PHPBB3-13257 unq_mtch index on wordmatch table not dropped as expected
-
- Closed
-