mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16: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
|
|
@ -64,7 +64,7 @@ DatabaseMysql::~DatabaseMysql()
|
|||
}
|
||||
|
||||
SqlConnection * DatabaseMysql::CreateConnection()
|
||||
{
|
||||
{
|
||||
return new MySQLConnection(*this);
|
||||
}
|
||||
|
||||
|
|
@ -318,7 +318,7 @@ SqlPreparedStatement * MySQLConnection::CreateStatement( const std::string& fmt
|
|||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
MySqlPreparedStatement::MySqlPreparedStatement( const std::string& fmt, SqlConnection& conn, MYSQL * mysql ) : SqlPreparedStatement(fmt, conn),
|
||||
MySqlPreparedStatement::MySqlPreparedStatement( const std::string& fmt, SqlConnection& conn, MYSQL * mysql ) : SqlPreparedStatement(fmt, conn),
|
||||
m_pMySQLConn(mysql), m_stmt(NULL), m_pInputArgs(NULL), m_pResult(NULL), m_pResultMetadata(NULL)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue