mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
[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:
parent
4e2536df45
commit
175d1c5551
4 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue