summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn8728.sql
AgeCommit message (Collapse)AuthorFilesLines
2006-09-13- Modified the login SQL server so that case insensitive lookups use "where ↵skotlex1-0/+4
name = BINARY 'name'" instead of "where BINARY name = 'name'", since this way the name index should be used, and performance will no longer be heavily affected. - Modified main.sql to add 4 missing indexes (thanks to ErkDog): char_id on the tables memo/friends, and online/name on the char table. Added upgrade_svn8728.sql to add these indexes to already existing tables. - Changed back the default of case-sensitive to ON since it shouldn't be such a bad performance hog now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8728 54d463be-8e91-2dee-dedb-b68131a5f0ec