diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2017-08-06 22:01:18 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2017-08-06 22:01:18 +0200 |
commit | f5b0993bbdf8ce4b25cfb008fd57159cdcece6f7 (patch) | |
tree | 5454556ebb2368e690bbd395d1430d7fd1c78290 /storage/connect/odbconn.h | |
parent | 0387c13ee777b67d533f350e2f2e43c30e3b3307 (diff) | |
download | mariadb-git-f5b0993bbdf8ce4b25cfb008fd57159cdcece6f7.tar.gz |
Fix Linux compile error by #define NODW. Modified: plgdbutl.cpp; typo Modified: odbconn.h
Diffstat (limited to 'storage/connect/odbconn.h')
-rw-r--r-- | storage/connect/odbconn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/odbconn.h b/storage/connect/odbconn.h index 59bf41d1e81..f98c67bd12f 100644 --- a/storage/connect/odbconn.h +++ b/storage/connect/odbconn.h @@ -105,7 +105,7 @@ class DBX : public BLOCK { class ODBConn : public BLOCK { friend class TDBODBC; friend class DBX; - friend PQRYRES GetColumnInfo(PGLOBAL, char*&, char *, int, PVBLK&); +//friend PQRYRES GetColumnInfo(PGLOBAL, char*&, char *, int, PVBLK&); private: ODBConn(); // Standard (unused) constructor |