diff options
Diffstat (limited to 'src/shared/Database/Database.h')
-rw-r--r-- | src/shared/Database/Database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Database/Database.h b/src/shared/Database/Database.h index c7390d08a1b..a11c8e9a31f 100644 --- a/src/shared/Database/Database.h +++ b/src/shared/Database/Database.h @@ -131,6 +131,7 @@ class TRINITY_DLL_SPEC Database // sets the result queue of the current thread, be careful what thread you call this from void SetResultQueue(SqlResultQueue * queue); + bool CheckRequiredField(char const* table_name, char const* required_name); private: bool m_logSQL; std::string m_logsDir; |