diff options
author | click <none@none> | 2010-05-06 09:53:09 +0200 |
---|---|---|
committer | click <none@none> | 2010-05-06 09:53:09 +0200 |
commit | cb84d3e617975d172ec1be043810554bac09cb83 (patch) | |
tree | 4e2ed1445865704d8ac6959f240847942a7659f0 /src/shared/Database/QueryResultMysql.cpp | |
parent | 38061a6fa6dc661125175e82ff98104761acb70a (diff) |
Cleanup : Remove postgreSQL-support (not used and has also been broken for a long time)
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/QueryResultMysql.cpp')
-rw-r--r-- | src/shared/Database/QueryResultMysql.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/Database/QueryResultMysql.cpp b/src/shared/Database/QueryResultMysql.cpp index e4694e1b9b6..b2bc181a166 100644 --- a/src/shared/Database/QueryResultMysql.cpp +++ b/src/shared/Database/QueryResultMysql.cpp @@ -18,8 +18,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef DO_POSTGRESQL - #include "DatabaseEnv.h" QueryResultMysql::QueryResultMysql(MYSQL_RES *result, MYSQL_FIELD *fields, uint64 rowCount, uint32 fieldCount) : @@ -104,4 +102,3 @@ enum Field::DataTypes QueryResultMysql::ConvertNativeType(enum_field_types mysql return Field::DB_TYPE_UNKNOWN; } } -#endif |