index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-29T03:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
database
/
Database
/
DatabaseWorkerPool.cpp
Age
Commit message (
Expand
)
Author
2025-08-30
Dep/MySQL: Move required version checks to CMake, raise required version to 8...
Shauren
2024-10-16
Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFo...
Shauren
2024-07-05
Core/Database: Fixed WITH_COREDEBUG + WITH_DYNAMIC_LINKING incompatibility on...
Shauren
2024-06-12
Core/Database: Remove future/promise typedefs from a public header (these are...
Shauren
2023-12-29
Core/Database: Fixed a shutdown crash happening if worldserver did not fully ...
Shauren
2023-12-21
Core/Database: Fixed worldserver hanging if opening a connection to database ...
Shauren
2023-12-17
Core/Bnet: Rewrite LoginRESTService using boost::beast instead of gsoap as ht...
Shauren
2023-12-15
Core/Database: Replace DatabaseWorker with asio io_context
Shauren
2023-12-14
Core/Database: Refactor MySQLConnection constructors and async thread creation
Shauren
2023-02-01
Core/Logging: Update missing log to fmt::format
Meji
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-09-05
Fixed MariaDB build the easy way for the client version check (#28039)
daMaex
2022-09-05
MariaDB support for Ubuntu 22.04 (#28031)
daMaex
2022-03-13
Core/DB: Improve MySQL version check messages (#26866)
Giacomo Pozzoni
2022-03-13
Core/DB: Updated missing check (#26834)
Aokromes
2022-03-11
Core/DBLayer: Add QueueSize() method (#26733)
Giacomo Pozzoni
2022-02-28
Core/DBLayer: Fixed memory leaks with existing SQLQueryHolder uses and elimin...
Shauren
2022-01-24
Core/DBLayer: Add nicer api for SQLQueryHolders
Shauren
2022-01-24
Log sync db queries in World::Update() loop (#25174)
Giacomo Pozzoni
2021-12-22
Core/Database: Fix build with Maria DB on some distros (#24248)
Giacomo Pozzoni
2021-06-19
Shared/Database: Improve dead-lock error handling
jackpoz
2020-09-04
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...
Shauren
2020-08-14
Core/Misc: Replace NULL with nullptr
Shauren
2020-06-23
Core/Misc: Replace Trinity::make_unique with std (#24869)
Peter Keresztes Schmidt
2020-04-25
Core/DBLayer: Fix build using TRINITY_DEBUG
Shauren
2020-04-14
Core/DBLayer: Implement async transaction completion callbacks
Shauren
2020-01-02
New Year
Aokromes
2019-11-01
Core/DBLayer: Support using mysql 8
Shauren
2019-08-17
Core/Database: Prepared statement parameter preallocation (#18999)
ariel-
2019-07-27
Core/DBLayer: Prevent mixing databases with query holders
Shauren
2019-07-27
Core/DBLayer: Prevent committing transactions started on a different database
Shauren
2019-07-27
Core/DBLayer: Prevent using prepared statements on wrong database
Shauren
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-13
Build fix for mysql 5.6 and older
Shauren
2017-05-12
Core/Database: Include cleanup
Shauren
2017-05-11
Core/Common: Include cleanup
Shauren
2017-01-13
Core/DBLayer: Convert async queries to new query callbacks and remove old cal...
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-10-31
Core/Database: Fix logic in DatabaseWorkerPool::GetFreeConnection
Shocker
2016-08-08
Core/Misc: Better description for a log
Aokromes
2016-04-05
Core/Misc: MSVC warning fixes
Shauren
2016-03-24
Core/Database: Converted the database library to a shared library.
Naios
2016-03-03
Core/Database: Move DatabaseWorkerPool into it's own translation unit
Naios