|
---|
|
CMaNGOS-4.3.4 Commits Изменения, принятые в официальный репозиторий ядра CMaNGOS. git://github.com/cmangos/mangos-cata.git |
|
Опции темы | Поиск в этой теме | Опции просмотра |
10.09.2013, 14:22 | #1 |
News Bot
Регистрация: 20.11.2009
Сообщений: 1,290
Сказал(а) спасибо: 0
Поблагодарили 5 раз(а) в 5 сообщениях
|
Redump sql databases to unify formatting
Автор: stfx
<pre style='white-space:pre-wrap;width:81ex'>Redump sql databases to unify formatting The main reason for this was because classic/cata has updated the sql formatting and manually syncing would be a pain so redumping from master->tbc->classic->cata is easier. Only the formatting was changed. The values were not changed at all. mysqldump was used however manual modifications had to be done. Dump the database: C:/mysql/bin/mysqldump.exe mangos > sql/mangos.sql Split insert values into multiple rows: Replace "),(" with "),\n(" Replace "VALUES (" with "VALUES\n(" Remove the character sets by replacing them with an empty string Custom formatting of mangos.sql: Move db_version to the very top Create all dbscripts_on_* tables based on dbscripts_on_creature_movement Preserve our custom insert formatting of spell_affect (tbc/classic), spell_bonus_data, spell_chain, spell_elixir, spell_proc_event, spell_proc_item_enchant, spell_template, spell_threat Remove autoincrement values from insert values of pet_name_generation and remove AUTO_INCREMENT=261 value from its table structure Custom formatting of characters.sql: Move character_db_version to the very top Custom formatting of realmd.sql: Move realmd_db_version to the very top [ci skip] (based on commit 2f8e7b1)</pre> Подробнее... |
|
|
Похожие темы | ||||
Тема | Автор | Раздел | Ответов | Последнее сообщение |
Redump sql databases to unify formatting | newsbot | CMaNGOS Commits | 0 | 10.09.2013 12:00 |
[12302] Unify Received opcode messages | newsbot | CMaNGOS Commits | 0 | 12.12.2012 09:21 |
Unify changing movement style for Units | newsbot | CMaNGOS Commits | 0 | 21.08.2012 21:53 |
[11951] Unify loot related code and fix engrish. | newsbot | CMaNGOS Commits | 0 | 12.04.2012 19:20 |