index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T20:01:02Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
Database
/
MySQLConnection.cpp
Age
Commit message (
Expand
)
Author
2010-10-07
Remove the accidental additions of CRLF-crap from the header updates
click
2010-10-07
Copyright header updates - part 3... (and some whitespace cleanups)
click
2010-10-07
Yet more copyright header updates
click
2010-10-01
Core: Fix couple of warnings
Spp
2010-09-30
Remove const from MySQLConnectionInfo, can't use non const functions in a con...
Anubisss
2010-09-29
Core/DBLayer: Pass connection info down to lower level class MySQLConnection ...
Machiavelli
2010-09-29
Fix linux compile. Thanks to click, hunshijie and tomkuzyno for spotting the ...
Machiavelli
2010-09-29
Core/DBLayer: Store MySQL connection details in a struct and print relevant d...
Machiavelli
2010-09-28
Core/DBLayer: Remove obsolete parameter in PreparedResultSet constructor.
Machiavelli
2010-09-27
Core/DBLayer:
Machiavelli
2010-09-24
Core/DBLayer:
Machiavelli
2010-09-20
Core/DBLayer: Correctly print relevant mysql prepared statement creation erro...
Machiavelli
2010-09-19
Core/DBLayer:
Machiavelli
2010-09-19
Core/DBLayer: Add an assert to trace down when a prepared statement creation ...
Machiavelli
2010-09-17
Buildsystem/Core: Add new build-flag WITH_SQLDEBUG - adds support for enablin...
click
2010-09-12
Core/DBLayer: Check for potential mysql client/server version mismatch. Versi...
Machiavelli
2010-09-12
Cleanup/Core: Remove whitespace and tabs
click
2010-09-11
Core/DBLayer:
Machiavelli
2010-09-11
Core/DBLayer: Implement lower level classes for prepared statements with resu...
Machiavelli
2010-09-05
Core/DBLayer: Move some syncrhonisation error prone methods into the guarded ...
Machiavelli
2010-09-03
Core/DBLayer: Add an assert to detetct calls to invalid prepared statements.
Machiavelli
2010-09-03
Core/DBLayer:
Machiavelli
2010-09-03
Core/DBLayer:
Machiavelli
2010-09-03
Fix Linux build
Machiavelli
2010-09-02
Core/DBLayer:
Machiavelli
2010-08-26
Core/Logging:
Machiavelli
2010-08-26
Buildsystem/Core: Adjust MySQL headers on relevant files to use simplified #i...
click
2010-08-21
Core: Remove lots warnings:
Spp
2010-08-21
Core/Build: Clean up more nonPCH-issues + fix a warning in Timer.h (unsigned/...
click
2010-08-20
Return proper MySQL connection for syncrhonous requests based on calling thre...
Machiavelli
2010-08-20
Core/Build: Fix non-PCH build, again... :P
click
2010-08-19
- Call mysql_thread_end() for every deleted MySQLConnection instance, should ...
Machiavelli
2010-08-19
Properly 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-18
Buildsystem/Core: Adjust header locations in CMake for collisions and shared ...
click
2010-08-18
* HIGHLY EXPERIMENTAL - USE AT OWN RISK *
Machiavelli