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