diff options
author | click <none@none> | 2010-09-12 01:40:27 +0200 |
---|---|---|
committer | click <none@none> | 2010-09-12 01:40:27 +0200 |
commit | bf664b7a449112fc6d00798b4f2995a0027996a1 (patch) | |
tree | 44afbd94baa0e2c277859d70c23f465b4484f7b7 /src/server/shared/Database/QueryResult.h | |
parent | 6fa05cfa3e9b417c7cda4f8926a6842c07ea32fd (diff) |
Cleanup/Core: Remove whitespace and tabs
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Database/QueryResult.h')
-rwxr-xr-x | src/server/shared/Database/QueryResult.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/shared/Database/QueryResult.h b/src/server/shared/Database/QueryResult.h index a8fdde894ff..7a503869cb1 100755 --- a/src/server/shared/Database/QueryResult.h +++ b/src/server/shared/Database/QueryResult.h @@ -165,7 +165,7 @@ class ResultBind return 64; case MYSQL_TYPE_GEOMETRY: - /* + /* Following types are not sent over the wire: MYSQL_TYPE_ENUM: MYSQL_TYPE_SET: @@ -212,10 +212,10 @@ class PreparedResultSet private: bool CheckFieldIndex(uint32 index) const - { + { if (!rbind->IsValidIndex(index)) return false; - + if (rbind->m_isNull[index]) return false; |