mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
[10293] Correct a not exitan...non-existin... a word that is often spelled wrong
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
99ac2d43a7
commit
25d9fd265b
43 changed files with 163 additions and 163 deletions
|
|
@ -121,9 +121,9 @@ class MANGOS_DLL_SPEC Database
|
|||
virtual unsigned long escape_string(char *to, const char *from, unsigned long length) { strncpy(to,from,length); return length; }
|
||||
void escape_string(std::string& str);
|
||||
|
||||
// must be called before first query in thread (one time for thread using one from existed Database objects)
|
||||
// must be called before first query in thread (one time for thread using one from existing Database objects)
|
||||
virtual void ThreadStart();
|
||||
// must be called before finish thread run (one time for thread using one from existed Database objects)
|
||||
// must be called before finish thread run (one time for thread using one from existing Database objects)
|
||||
virtual void ThreadEnd();
|
||||
|
||||
// sets the result queue of the current thread, be careful what thread you call this from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue