-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-RC2
-
None
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
- caused
-
PHPBB-13257 unq_mtch index on wordmatch table not dropped as expected
- Closed