aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/MySQLConnection.cpp
AgeCommit message (Expand)Author
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
2010-09-27Core/DBLayer:Machiavelli
2010-09-24Core/DBLayer:Machiavelli
2010-09-20Core/DBLayer: Correctly print relevant mysql prepared statement creation erro...Machiavelli
2010-09-19Core/DBLayer:Machiavelli
2010-09-19Core/DBLayer: Add an assert to trace down when a prepared statement creation ...Machiavelli
2010-09-17Buildsystem/Core: Add new build-flag WITH_SQLDEBUG - adds support for enablin...click
2010-09-12Core/DBLayer: Check for potential mysql client/server version mismatch. Versi...Machiavelli
2010-09-12Cleanup/Core: Remove whitespace and tabsclick
2010-09-11Core/DBLayer:Machiavelli
2010-09-11Core/DBLayer: Implement lower level classes for prepared statements with resu...Machiavelli
2010-09-05Core/DBLayer: Move some syncrhonisation error prone methods into the guarded ...Machiavelli
2010-09-03Core/DBLayer: Add an assert to detetct calls to invalid prepared statements.Machiavelli
2010-09-03Core/DBLayer:Machiavelli
2010-09-03Core/DBLayer:Machiavelli
2010-09-03Fix Linux buildMachiavelli
2010-09-02Core/DBLayer:Machiavelli
2010-08-26Core/Logging:Machiavelli
2010-08-26Buildsystem/Core: Adjust MySQL headers on relevant files to use simplified #i...click
2010-08-21Core: Remove lots warnings:Spp
2010-08-21Core/Build: Clean up more nonPCH-issues + fix a warning in Timer.h (unsigned/...click
2010-08-20Return proper MySQL connection for syncrhonous requests based on calling thre...Machiavelli
2010-08-20Core/Build: Fix non-PCH build, again... :Pclick
2010-08-19- Call mysql_thread_end() for every deleted MySQLConnection instance, should ...Machiavelli
2010-08-19Properly end mysql connections and libraries on exit.Machiavelli
2010-08-19- Fix Linux build (huge thanks to Aokromes for testing as always)Machiavelli
2010-08-18Buildsystem/Core: Adjust header locations in CMake for collisions and shared ...click
2010-08-18* HIGHLY EXPERIMENTAL - USE AT OWN RISK *Machiavelli