Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
f5b0993b
Commit
f5b0993b
authored
Aug 06, 2017
by
Olivier Bertrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Linux compile error by #define NODW. Modified: plgdbutl.cpp; typo Modified: odbconn.h
parent
0387c13e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
storage/connect/odbconn.h
storage/connect/odbconn.h
+1
-1
storage/connect/plgdbutl.cpp
storage/connect/plgdbutl.cpp
+1
-0
No files found.
storage/connect/odbconn.h
View file @
f5b0993b
...
...
@@ -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
...
...
storage/connect/plgdbutl.cpp
View file @
f5b0993b
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment