|
|
| Participants: |
Eloy Lafuente (stronk7)
|
| Security Level: |
None
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
MySQL imposes one limit of 1000 bytes (333 utf-8 chars) in indexes. We'll implement such restriction in the XMLDB editor to prevent it (to avoid situations like the described in MDL-11347).
|
|
Description
|
MySQL imposes one limit of 1000 bytes (333 utf-8 chars) in indexes. We'll implement such restriction in the XMLDB editor to prevent it (to avoid situations like the described in MDL-11347).
|
Show » |
|
As we don't make difference in XMLDB/DDL for different storages... we cannot do this reliably in the editor.
So won't fix.