aowow/includes
Sarjuuk 7616ec25fc DB/Search
* add more indizes to large tables for cols used in lookups
 * drop multi-column indizes on spell as they are not utilized by mysql
 * add and use fulltext indizes for names of items, spells, quests, creatures & objects
   could add more, but is it really necessary?
 * limitations
   - still need a solution for race/class/spellFamily masks cols that are used as such
   - fulltext indizes in boolean mode cant partial match the end of a word.
     reverse name cols and search and match back to front like that..? blows up db size even more though
     (+trike* : "stormstrike" => +ekirt* : "ekirtsmrots")
2026-01-16 16:56:24 +01:00
..
components DB/Search 2026-01-16 16:56:24 +01:00
dbtypes DB/Search 2026-01-16 16:56:24 +01:00
game Misc/Cleanup 2026-01-07 19:42:17 +01:00
libs Template/Update (Part 40) 2025-09-25 15:58:56 +02:00
setup Codestyle/Cleanup 2025-10-05 00:28:27 +02:00
cfg.class.php Setup/DB 2025-12-13 19:52:41 +01:00
database.class.php Misc/Cleanup 2026-01-07 19:42:17 +01:00
defines.php Compat/TDB 2025-12-28 20:18:20 +01:00
kernel.php Config/Misc 2025-12-30 03:20:09 +01:00
locale.class.php Misc/Fixup 2025-07-27 16:42:15 +02:00
type.class.php Template/Update (Part 40) 2025-09-25 15:58:56 +02:00
user.class.php User/Fixup 2025-11-09 16:22:00 +01:00
utilities.php Misc/Fixup 2025-12-30 20:39:22 +01:00