aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database
AgeCommit message (Expand)Author
2011-01-06Core/DBLayer: Add MySQL errno 1054 to ignored error messages.Machiavelli
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-26Core/QuestStatus:linencloth
2010-12-24Update some prepared statements to reflect b1759256b5´s changesMachiavelli
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-12-23Core/DBLayer: Allow asynchronous queries with callbacks to be executed in pre...Machiavelli
2010-12-23Core/AuthServer: Little more query tuning. Missed by leak.linencloth
2010-12-23Core/AuthServer: Little query tuning. Query by linencloth.leak
2010-12-23Core: Fixed occasional wrong order of async operations at respawn time saving...Xanadu
2010-12-22Removing ProgressBars as they are performing badly on startup.leak
2010-12-21Core/AuthServer: Allow reauthentication to the authserver on realm logout. Th...click
2010-12-20Core/Auras: Save cast item guids for auras to dbShauren
2010-12-19Core/DBLayer: Add MySQL errno´s 1058 and 1062 (related to query-correctness)...Machiavelli
2010-12-19Core/DBLayer: Minor padding/alignment optimization in struct Field::data (16b...Machiavelli
2010-12-19Core:DBLayer: Fix warning on GCCclick
2010-12-19Core/DBLayer: Use mysql_set_character_set in MySQLConnection::Open instead of...Machiavelli
2010-12-19Core/DBLayer:Machiavelli
2010-12-18Core/Player: Convert _SaveAuras to prepared statement formatMachiavelli
2010-12-17Core/Player: Change equipmentset saving to use prepared statements.Machiavelli
2010-12-17Core/DBLayer: CharacterDB query CHAR_LOAD_PLAYER_ACTIONS_SPEC should be synch...Machiavelli
2010-12-17Core/DBLayer: Add some garbage collection on DatabaseWorkerPool shutdown (del...Machiavelli
2010-12-17Core/DBLayer: Don´t prepare asynchronous statements on synchronous connectio...Machiavelli
2010-12-15DB Schema/Characters: removed columns auctionhouse.item_template, character_i...azazel
2010-12-14Core/DBLayer: Fix a possible crash in ProcessQueryCallback functions.Machiavelli
2010-12-13Core: Add new system for parallelizing client packet processing. Handle World...click
2010-12-13Add missing declarations as of recent mergeMachiavelli
2010-12-13Fix possible compile error under linuxMachiavelli
2010-12-13Fix a typo, thanks to sss.nevanMachiavelli
2010-12-13Core/DBLayer: Implement global ExecuteOrAppend methods to DatabaseWorkerPool ...Machiavelli
2010-12-13Fix wrong vsprintf parameter added in merge.Machiavelli
2010-12-13MergeMachiavelli
2010-12-13Backed out changeset: 8326a2411148Machiavelli
2010-12-06Fix linux compile.Machiavelli
2010-12-06Core/DBLayer: Optimization in transaction code, and prevent a crash and memle...Machiavelli
2010-12-06Core/DBLayer: Simplify template usage for DatabaseWorkerMachiavelli
2010-12-06Core: Some optimizationsSpp
2010-12-05Core/DBLayer:Machiavelli
2010-12-04Really fix nonPCH build. With thanks to AokromesMachiavelli
2010-12-04Core: Fix non-PCH build (sorry)Machiavelli
2010-12-04Core/DBLayer:Machiavelli
2010-12-02Core/Chat: Configure automatic owner declaration for custom chat channels (pa...click
2010-11-22Core: Fix some warningsSpp
2010-11-21Core/DBLayer: Add method DirectExecute for synchronous execution of prepared ...Machiavelli
2010-11-19Core/DBLayer: Move tables reserved_name, gameobject_respawn and creature_resp...click
2010-11-19Core/Commands: Enable SQL query logging by config and command )patch by leak)click
2010-11-04Core/SmartAI: swap menuid/actionid params in GOSSIP_SELECT eventRat
2010-10-31Core/DBLayer:Machiavelli
2010-10-27Core/AI: implemented SmartScripts System (still beta) not 100% completeRat
2010-10-23Core/AI: implemented basic class for GameObjectAIRat
2010-10-21Core: optimize string splittinglinencloth