aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Updater/DBUpdater.cpp
AgeCommit message (Expand)Author
2025-08-30Core/Database: Fix database auto updater when using MySQL 9.4 (#31243)quarters78
2025-04-13Core/Common: Catch and log child process creation errorsShauren
2025-04-13Core/Common: Output stdout/stderr from child process without waiting for it t...Shauren
2024-02-16Core/DBUpdater: Changed autoupdater created databases to use utf8mb4 instead ...Shauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-02-05DB: Convert databases to utf8mb4Shauren
2022-01-30Core/DBUpdater: Apply each sql update file in a separate transactionShauren
2021-11-20Core/DBUpdater: Fixed db auto updater for mysql 8 when ssl connections are en...kvolk2git
2020-08-07Core/Updater: Fix detection of the mysql binary when a directory is given as ...Carbenium
2020-07-15Dep: Switch to boost process instead of old standalone versionShauren
2020-04-07Added the ability to use TLS when connecting to a database. (#24348)myuzhobcplidtkieno
2020-01-02New yearAokromes
2019-11-09Core/DBUpdater: Fixed db updater for mysql 8 on windows using named pipe conn...Shauren
2019-01-01Happy New Year, folks. It's 2019!Treeston
2018-02-24Core/DBUpdater: Code cleanupjackpoz
2018-02-24Core/DBUpdater: Fix error messagejackpoz
2018-02-18Core/DBUpdater: Improve message when base SQL file is missingDDuarte
2018-01-01Update copyright note for 2018tkrokli
2017-06-19Core: ported headers cleanup from master branchariel-
2017-01-15Core/Updater: Better log for fresh installationsAokromes
2017-01-02Update Copyright notice for 2017tkrokli
2016-09-12Update DBUpdater.cppAokromes
2016-09-12Update DBUpdater.cppAokromes
2016-09-12Core/Updater: Clarify more 2 errorsAokromes
2016-07-23Core/Updater: Clarify even more this errorAokromes
2016-07-20Update DBUpdater.cppAokromes
2016-06-01Core/DB/Updater: engrish corrections in DBUpdater.cpp (#17262)Trond B Krokli
2016-04-23Core/Updater: Correct the config key hint of a log messageNaios
2016-04-11Core/Common: Capsule boost process into helper functionsNaios
2016-03-24Core/Database: Converted the database library to a shared library.Naios
2016-02-22Core/Common: Add a generic config helper to access built-in overwriteable paths.Naios
2016-01-04Core/DBUpdater: Fix help text download linkDuarte Duarte
2016-01-01Update copyright note for 2016Rushor
2015-10-05Core/Updater: fixed host parameter is being ignoredjoschiwald
2015-10-05Core/Updater: Fix mysql in path check/search.Naios
2015-10-05Core/Updater: Pipe mysql process output into worldserver logShauren
2015-08-16Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when...StormBytePP
2015-08-16Core/BuildSystem: Merge collision, debugging, threading, utilities and config...StormBytePP