Shauren
|
af76dc6b88
|
Core/DataStores: Speedup loading hotfix database and change hotfix database character set to utf8mb4
|
2020-04-25 17:01:26 +02:00 |
|
Kinzcool
|
0bf163bf8f
|
DB/Hotfixes: Created a hotfixes database for DB2 data that can be sent via SMSG_DB_REPLY
* Added AreaPOI
* Added AreaPOIState
|
2014-10-19 01:19:40 -04:00 |
|
click
|
e57866ac9a
|
Buildsystem: Stop the retarded recursive hunting for CMakeLists.txt when copying SQL-files nad use the proper method for direct copying.
Closes issue 5240
--HG--
branch : trunk
|
2010-12-24 18:33:11 +01:00 |
|
Brian
|
948e86ef17
|
* Update drop file as well
--HG--
branch : trunk
|
2010-07-09 02:47:16 -06:00 |
|
Brian
|
1f5be45855
|
* Updated DB name in DB create file to reflect the new authserver
--HG--
branch : trunk
|
2010-07-09 02:42:30 -06:00 |
|
Brian
|
c97247a990
|
* Renamed some directories in sql/ to more accurately reflect their purpose
--HG--
branch : trunk
rename : sql/auth_database.sql => sql/base/auth_database.sql
rename : sql/character_database.sql => sql/base/character_database.sql
rename : sql/world_database.sql => sql/base/world_database.sql
rename : sql/tools/CMakeLists.txt => sql/create/CMakeLists.txt
rename : sql/tools/create_mysql.sql => sql/create/create_mysql.sql
rename : sql/tools/drop_mysql.sql => sql/create/drop_mysql.sql
rename : sql/full/CMakeLists.txt => sql/scripts/CMakeLists.txt
rename : sql/full/world_script_texts.sql => sql/scripts/world_script_texts.sql
rename : sql/full/world_script_waypoints.sql => sql/scripts/world_script_waypoints.sql
rename : sql/full/world_scripts_full.sql => sql/scripts/world_scripts_full.sql
|
2010-06-09 00:54:15 -06:00 |
|