mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Fix Linux compile error by #define NODW. Modified: plgdbutl.cpp; typo Modified: odbconn.h
This commit is contained in:
parent
d66d149f0a
commit
9e5ca80afe
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
#include "valblk.h"
|
||||
#include "rcmsg.h"
|
||||
#if defined(ODBC_SUPPORT)
|
||||
#define NODW // See comment in os.h
|
||||
#include "tabext.h"
|
||||
#include "odbccat.h"
|
||||
#include "tabodbc.h"
|
||||
|
|
Loading…
Reference in a new issue