This website requires JavaScript.
Explore
Help
Register
Sign In
Mirror
/
TrinityCore
Watch
1
Star
0
Fork
0
You've already forked TrinityCore
mirror of
https://github.com/TrinityCore/TrinityCore.git
synced
2026-01-18 16:38:42 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0bed9d56cb9f10979492187c51042802272ce8ed
TrinityCore
/
src
/
server
/
database
/
Database
History
StormBytePP
0bed9d56cb
Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick hack to crash the core misusing assert
2015-09-21 15:17:05 +02:00
..
Implementation
Core/Spells: Improved spell category cooldown handling
2015-09-10 19:39:30 +02:00
AdhocStatement.cpp
…
AdhocStatement.h
…
DatabaseEnv.h
…
DatabaseLoader.cpp
…
DatabaseLoader.h
…
DatabaseWorker.cpp
…
DatabaseWorker.h
…
DatabaseWorkerPool.h
Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick hack to crash the core misusing assert
2015-09-21 15:17:05 +02:00
Field.cpp
Core/DBLayer: Optimized prepared statement query results by eliminating unneeded buffer copies
2015-08-26 17:00:26 +02:00
Field.h
Core/DBLayer: Allowed using GetDouble for SUM results instead of requiring string conversions
2015-09-13 11:13:04 +02:00
MySQLConnection.cpp
…
MySQLConnection.h
…
MySQLThreading.h
…
PreparedStatement.cpp
…
PreparedStatement.h
…
QueryHolder.cpp
…
QueryHolder.h
…
QueryResult.cpp
Core/DBLayer: Allocate a single buffer for entire prepared result set instead of separate ones for each field
2015-09-04 00:18:12 +02:00
QueryResult.h
Core/DBLayer: Optimized prepared statement query results by eliminating unneeded buffer copies
2015-08-26 17:00:26 +02:00
SQLOperation.h
…
Transaction.cpp
…
Transaction.h
…