| .. |
|
Database.cpp
|
[11292] Strip trailing whitespace after [11284]
|
2011-03-27 23:40:42 +06:00 |
|
Database.h
|
[11292] Strip trailing whitespace after [11284]
|
2011-03-27 23:40:42 +06:00 |
|
DatabaseEnv.h
|
[10947] Update copyright notice for 2011 year.
|
2011-01-01 20:33:43 +03:00 |
|
DatabaseImpl.h
|
[11045] Rewrite internals of DB layer. Simplify code and use less locking. Spawn and use separate connections for sync and async DB requests. Implement database connection pool for SELECT queries. Up to maximum 16 connections supported. Disable 'autocommit' mode for MySQL.
|
2011-01-19 22:05:20 +02:00 |
|
DatabaseMysql.cpp
|
[11292] Strip trailing whitespace after [11284]
|
2011-03-27 23:40:42 +06:00 |
|
DatabaseMysql.h
|
[11284] Implement prepared statements for INSERT+DELETE+UPDATE SQL requests. Should improve player save performance + lower MySQL server CPU usage.
|
2011-03-25 22:17:59 +02:00 |
|
DatabasePostgre.cpp
|
[11054] Do not allow async transaction execution while server is loading. Call Database::InitDelayThread() function explicitly to create async DB worker thread after server initialization is complete.
|
2011-01-20 23:46:51 +02:00 |
|
DatabasePostgre.h
|
[11049] Fix mangos and SD2 compilation after commits [11045] and [11047].
|
2011-01-19 23:50:40 +02:00 |
|
DBCFileLoader.cpp
|
[11248] Clarify and check DBC/SQL storage format field types.
|
2011-03-15 02:55:10 +03:00 |
|
DBCFileLoader.h
|
[10947] Update copyright notice for 2011 year.
|
2011-01-01 20:33:43 +03:00 |
|
DBCStore.h
|
[10947] Update copyright notice for 2011 year.
|
2011-01-01 20:33:43 +03:00 |
|
Field.cpp
|
[10982] Optimize memory usage of Field class used in DB code. Should also slightly speedup server startup time.
|
2011-01-07 18:54:06 +02:00 |
|
Field.h
|
[11305] more safe code in vmaps and Field class
|
2011-04-02 17:31:13 +03:00 |
|
MySQLDelayThread.h
|
[10947] Update copyright notice for 2011 year.
|
2011-01-01 20:33:43 +03:00 |
|
PGSQLDelayThread.h
|
[10947] Update copyright notice for 2011 year.
|
2011-01-01 20:33:43 +03:00 |
|
QueryResult.h
|
[10947] Update copyright notice for 2011 year.
|
2011-01-01 20:33:43 +03:00 |
|
QueryResultMysql.cpp
|
[10947] Update copyright notice for 2011 year.
|
2011-01-01 20:33:43 +03:00 |
|
QueryResultMysql.h
|
[10947] Update copyright notice for 2011 year.
|
2011-01-01 20:33:43 +03:00 |
|
QueryResultPostgre.cpp
|
[10947] Update copyright notice for 2011 year.
|
2011-01-01 20:33:43 +03:00 |
|
QueryResultPostgre.h
|
[10947] Update copyright notice for 2011 year.
|
2011-01-01 20:33:43 +03:00 |
|
SqlDelayThread.cpp
|
[11111] Missing end lines in 2 files.
|
2011-02-07 00:57:11 +03:00 |
|
SqlDelayThread.h
|
[11111] Missing end lines in 2 files.
|
2011-02-07 00:57:11 +03:00 |
|
SqlOperations.cpp
|
[11284] Implement prepared statements for INSERT+DELETE+UPDATE SQL requests. Should improve player save performance + lower MySQL server CPU usage.
|
2011-03-25 22:17:59 +02:00 |
|
SqlOperations.h
|
[11292] Strip trailing whitespace after [11284]
|
2011-03-27 23:40:42 +06:00 |
|
SqlPreparedStatement.cpp
|
[11292] Strip trailing whitespace after [11284]
|
2011-03-27 23:40:42 +06:00 |
|
SqlPreparedStatement.h
|
[11292] Strip trailing whitespace after [11284]
|
2011-03-27 23:40:42 +06:00 |
|
SQLStorage.cpp
|
[11248] Clarify and check DBC/SQL storage format field types.
|
2011-03-15 02:55:10 +03:00 |
|
SQLStorage.h
|
[11118] Not report empty world_template as error.
|
2011-02-08 04:40:16 +03:00 |
|
SQLStorageImpl.h
|
[11248] Clarify and check DBC/SQL storage format field types.
|
2011-03-15 02:55:10 +03:00 |