index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T16:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
database
/
Updater
/
DBUpdater.cpp
Age
Commit message (
Expand
)
Author
2025-08-30
Core/Database: Fix database auto updater when using MySQL 9.4 (#31243)
quarters78
2025-04-13
Core/Common: Catch and log child process creation errors
Shauren
2025-04-13
Core/Common: Output stdout/stderr from child process without waiting for it t...
Shauren
2024-02-16
Core/DBUpdater: Changed autoupdater created databases to use utf8mb4 instead ...
Shauren
2023-08-15
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-02-05
DB: Convert databases to utf8mb4
Shauren
2022-01-30
Core/DBUpdater: Apply each sql update file in a separate transaction
Shauren
2021-11-20
Core/DBUpdater: Fixed db auto updater for mysql 8 when ssl connections are en...
kvolk2git
2020-08-07
Core/Updater: Fix detection of the mysql binary when a directory is given as ...
Carbenium
2020-07-15
Dep: Switch to boost process instead of old standalone version
Shauren
2020-04-07
Added the ability to use TLS when connecting to a database. (#24348)
myuzhobcplidtkieno
2020-01-02
New year
Aokromes
2019-11-09
Core/DBUpdater: Fixed db updater for mysql 8 on windows using named pipe conn...
Shauren
2019-01-01
Happy New Year, folks. It's 2019!
Treeston
2018-02-24
Core/DBUpdater: Code cleanup
jackpoz
2018-02-24
Core/DBUpdater: Fix error message
jackpoz
2018-02-18
Core/DBUpdater: Improve message when base SQL file is missing
DDuarte
2018-01-01
Update copyright note for 2018
tkrokli
2017-06-19
Core: ported headers cleanup from master branch
ariel-
2017-01-15
Core/Updater: Better log for fresh installations
Aokromes
2017-01-02
Update Copyright notice for 2017
tkrokli
2016-09-12
Update DBUpdater.cpp
Aokromes
2016-09-12
Update DBUpdater.cpp
Aokromes
2016-09-12
Core/Updater: Clarify more 2 errors
Aokromes
2016-07-23
Core/Updater: Clarify even more this error
Aokromes
2016-07-20
Update DBUpdater.cpp
Aokromes
2016-06-01
Core/DB/Updater: engrish corrections in DBUpdater.cpp (#17262)
Trond B Krokli
2016-04-23
Core/Updater: Correct the config key hint of a log message
Naios
2016-04-11
Core/Common: Capsule boost process into helper functions
Naios
2016-03-24
Core/Database: Converted the database library to a shared library.
Naios
2016-02-22
Core/Common: Add a generic config helper to access built-in overwriteable paths.
Naios
2016-01-04
Core/DBUpdater: Fix help text download link
Duarte Duarte
2016-01-01
Update copyright note for 2016
Rushor
2015-10-05
Core/Updater: fixed host parameter is being ignored
joschiwald
2015-10-05
Core/Updater: Fix mysql in path check/search.
Naios
2015-10-05
Core/Updater: Pipe mysql process output into worldserver log
Shauren
2015-08-16
Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when...
StormBytePP
2015-08-16
Core/BuildSystem: Merge collision, debugging, threading, utilities and config...
StormBytePP