mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[11292] Strip trailing whitespace after [11284]
This commit is contained in:
parent
443b5c776c
commit
37fd225a89
12 changed files with 26 additions and 28 deletions
|
|
@ -171,7 +171,7 @@ void Database::StopServer()
|
|||
}
|
||||
|
||||
SqlDelayThread * Database::CreateDelayThread()
|
||||
{
|
||||
{
|
||||
assert(m_pAsyncConn);
|
||||
return new SqlDelayThread(this, m_pAsyncConn);
|
||||
}
|
||||
|
|
@ -608,7 +608,7 @@ SqlStatement Database::CreateStatement(SqlStatementID& index, const char * fmt )
|
|||
std::string Database::GetStmtString(const int stmtId) const
|
||||
{
|
||||
LOCK_GUARD _guard(m_stmtGuard);
|
||||
|
||||
|
||||
if(stmtId == -1 || stmtId > m_iStmtIndex)
|
||||
return std::string();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue