[8332] Add non-unique key accid for realmcharacters table for speedup queries by this field.

Just note about related _not_ mangos bug: this table _expected_ to have primary key by pair (`realmid`,`acctid`).
If used DB not have it for table, then this wrongly setup of DB.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
rilex 2009-08-09 01:03:57 +04:00 committed by VladimirMangos
parent 4e2536df45
commit 175d1c5551
4 changed files with 10 additions and 3 deletions

View file

@ -263,6 +263,7 @@ pkgdata_DATA = \
8254_01_mangos_spell_proc_event.sql \
8294_01_mangos_playercreateinfo_action.sql \
8310_01_mangos_spell_proc_event.sql \
8332_01_realmd_realmcharacters.sql \
README
## Additional files to include when running 'make dist'
@ -506,4 +507,5 @@ EXTRA_DIST = \
8254_01_mangos_spell_proc_event.sql \
8294_01_mangos_playercreateinfo_action.sql \
8310_01_mangos_spell_proc_event.sql \
8332_01_realmd_realmcharacters.sql \
README