]> git.mjollnir.org Git - moodle.git/commit
Adding support for index renaming. Note that MySQL doesn't support this
authorstronk7 <stronk7>
Sat, 30 Sep 2006 18:23:00 +0000 (18:23 +0000)
committerstronk7 <stronk7>
Sat, 30 Sep 2006 18:23:00 +0000 (18:23 +0000)
commit1c86ef5b1ceaea3411015b5033cd7b316b737dbc
treececaa5721c49439f7cbdf578f995eb90ed3ded8d
parent15add7bd29f01bc3479d66c3153a8f0d6ca4d9a2
Adding support for index renaming. Note that MySQL doesn't support this
but this shouldn't be important at all, mainly because, under xmldb,
accesses to index-names are always done with find_index_name() and
never explicity.
Anyway, this function could be useful in the future to normalize index
names in some Health center or another similar place.
admin/xmldb/actions/test/test.class.php
lib/xmldb/classes/XMLDBTable.class.php
lib/xmldb/classes/generators/XMLDBGenerator.class.php
lib/xmldb/classes/generators/mssql/mssql.class.php
lib/xmldb/classes/generators/mysql/mysql.class.php