server/src/shared/Database
2011-02-08 04:40:16 +03:00
..
Database.cpp [11063] Convert Database::DirectExecute() method to more effective form due to change [11061]. 2011-01-22 02:25:44 +02:00
Database.h [11063] Convert Database::DirectExecute() method to more effective form due to change [11061]. 2011-01-22 02:25:44 +02: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 [11061] Bring 'autocommit' mode for MySQL back. This MySQL feature operates in so frustrating way so it is better to keep it ALWAYS ENABLED!!! 2011-01-21 23:45:59 +02:00
DatabaseMysql.h [11049] Fix mangos and SD2 compilation after commits [11045] and [11047]. 2011-01-19 23:50:40 +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 [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +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 [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
Makefile.am [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +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 [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
SqlOperations.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
SQLStorage.cpp [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
SQLStorage.h [11118] Not report empty world_template as error. 2011-02-08 04:40:16 +03:00
SQLStorageImpl.h [11118] Not report empty world_template as error. 2011-02-08 04:40:16 +03:00