aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/MySQLConnection.cpp
AgeCommit message (Expand)Author
2015-02-04Shared/Database: Fix transactions not being recommitted on dead-lock errorjackpoz
2015-01-01Update copyright note for 2015Vincent-Michael
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-09-10Core/DB: Fix crash on shutdownjackpoz
2014-08-10Resolve shutdown crash/leak if MySQL server is not runningleak
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-06-30Replaced ACE_Task_Base based DatabaseWorker with PCQleak
2014-06-24Core/Databases: Removed ACE dependencies on some of the database handling code.Subv
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-05-18Reverted part of 8be181c7e60daf9833044da61b379c2136892c37 that was not suppos...Shauren
2013-05-17Core/Misc: Fixed a bunch of issues found by static analysisShauren
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
2013-02-20Core/DBLayer: Comment out MySQL client/server version mismatch warningNay
2013-01-02Core/Mysql: Multiple changesSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-08-06Core/SQL: Kill core if error 1064 is triggered (error code 1064 you have an e...Spp
2012-08-03Fix compile under windowsSpp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-03-27Core/DB Layer: - Fix "Thread #1 unlocked a not-locked lock at 0x6D56E90" helg...Machiavelli
2012-03-26Partial revert of "Core/DB Layer: Fix a memory leak.", mysql library related ...Machiavelli
2012-03-26Core/DB Layer: Fix a memory leak.Machiavelli
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-13Core/DBLayer: Terminate process if table/database structure is not compatible...Machiavelli
2011-06-18Whitespace cleanups...click
2011-05-24Core/DBLayer: Fix transaction crash.Machiavelli
2011-05-23Fix crash added in 402198Machiavelli
2011-05-23Core/DBLayer: Proper core-side handling of MySQL errno 1213 to prevent a snow...Machiavelli
2011-04-29Add spaces after commasleak
2011-04-07 Core/DBLayer: make use of return result of Connection::Open method and allow...Azazel
2011-02-20Core/Log: Implement log masks for debug log level, to allow selective debug o...Machiavelli
2011-01-26Core/DBLayer: Replace prepared statement arrays with a map to avoid asynchron...leak
2011-01-13Core/DBLayer:Machiavelli
2011-01-11Core: Fix some warningsSpp
2011-01-08Remove unintended change from previous rev's copypaste work.Machiavelli
2011-01-08Core/DBLayer: Define prepared statements in an array per database instead of ...Machiavelli
2011-01-06Core/DBLayer: Add MySQL errno 1054 to ignored error messages.Machiavelli
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-12-19Core/DBLayer: Add MySQL errno´s 1058 and 1062 (related to query-correctness)...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-17Core/DBLayer: Don´t prepare asynchronous statements on synchronous connectio...Machiavelli
2010-12-13Core: Add new system for parallelizing client packet processing. Handle World...click
2010-12-13Backed out changeset: 8326a2411148Machiavelli
2010-12-04Core/DBLayer:Machiavelli