aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/MySQLConnection.cpp
AgeCommit message (Expand)Author
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
2010-11-22Core: Fix some warningsSpp
2010-11-19Core/Commands: Enable SQL query logging by config and command )patch by leak)click
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Copyright header updates - part 3... (and some whitespace cleanups)click
2010-10-07Yet more copyright header updatesclick
2010-10-01Core: Fix couple of warningsSpp
2010-09-30Remove const from MySQLConnectionInfo, can't use non const functions in a con...Anubisss
2010-09-29Core/DBLayer: Pass connection info down to lower level class MySQLConnection ...Machiavelli
2010-09-29Fix linux compile. Thanks to click, hunshijie and tomkuzyno for spotting the ...Machiavelli
2010-09-29Core/DBLayer: Store MySQL connection details in a struct and print relevant d...Machiavelli
2010-09-28Core/DBLayer: Remove obsolete parameter in PreparedResultSet constructor.Machiavelli