aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database/MySQLConnection.cpp
AgeCommit message (Expand)Author
2024-09-25Core/Database: Fix database connections failing to open over named pipes for ...Shauren
2024-09-19Core/Database: Change database async thread shutdown to fix some corner cases...Shauren
2024-03-01Core/Database: Silence deprecation warning on mysql_stmt_bind_paramShauren
2023-12-27Core/Database: Replace union with std::variant in TransactionShauren
2023-12-15Core/Database: Replace DatabaseWorker with asio io_contextShauren
2023-12-14Core/Database: Refactor MySQLConnection constructors and async thread creationShauren
2023-06-14Core/Misc: Replace std::abort with our ABORT macroShauren
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ...Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-01-23Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2022-01-01Core/DBLayer: Fix compilation with mysql 8Shauren
2022-01-01Added the ability to use TLS when connecting to a database. (#24348)myuzhobcplidtkieno
2021-12-31DB: Convert databases to utf8mb4Shauren
2021-12-22Core/DBLayer: Refactor PreparedStatement class to not depend on MySQLPrepared...Shauren
2021-12-16Core/DB: Improved terrible assertion messageShauren
2021-11-27Core/Database: Close the MySQL connection only after getting the last error codeGiacomo Pozzoni
2021-11-24Core/Misc: Fix GCC 8 warningsjackpoz
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-05-21Core/Misc: GCC build and warning fixesShauren
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 committing transactions started on a different databaseShauren
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-07-15Core/Database: Correction for later MariaDB versionr00ty-tc
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-01-01Update copyright note for 2017vincent-michael
2016-08-10Server/Database: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-03-03Core/Database: Use RAII for resource management in MySQLConnectionNaios
2016-01-01Update copyright note for 2016Vincent-Michael
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP