]> git.mjollnir.org Git - moodle.git/commit
replace MySQL-only indexes on text fields (hotpot_question.name + hotpot_strings...
authorgbateson <gbateson>
Fri, 1 Sep 2006 02:08:39 +0000 (02:08 +0000)
committergbateson <gbateson>
Fri, 1 Sep 2006 02:08:39 +0000 (02:08 +0000)
commit1897e3ef9543c3bef9425be9a534bf9080190d14
treeff13d56d17a1f789c658e8218a8bdd3207e939e6
parent5f941d12abffca672942dd87e9b4cd0122fde9ee
replace MySQL-only indexes on text fields (hotpot_question.name + hotpot_strings.string) with two new md5key fields (hotpot_question.md5key + hotpot_strings.md5key), which are the MD5 hash of the respective text fields. Microincrement version number to 2006083101
mod/hotpot/db/mysql.php
mod/hotpot/db/postgres7.php
mod/hotpot/db/update_to_v2.php
mod/hotpot/lib.php
mod/hotpot/restorelib.php
mod/hotpot/version.php