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
d4bf6455
Commit
d4bf6455
authored
Jan 06, 2015
by
Olivier Bertrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Typo to eliminate some GCC warnings
modified: storage/connect/odbconn.cpp storage/connect/plgdbsem.h
parent
afd373c1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
storage/connect/odbconn.cpp
storage/connect/odbconn.cpp
+1
-1
storage/connect/plgdbsem.h
storage/connect/plgdbsem.h
+2
-2
No files found.
storage/connect/odbconn.cpp
View file @
d4bf6455
...
...
@@ -2453,7 +2453,7 @@ PQRYRES ODBConn::AllocateResult(PGLOBAL g)
/***********************************************************************/
int
ODBConn
::
Rewind
(
char
*
sql
,
ODBCCOL
*
tocols
)
{
int
rc
,
rbuf
;
int
rc
,
rbuf
=
-
1
;
if
(
!
m_hstmt
)
rbuf
=
-
1
;
...
...
storage/connect/plgdbsem.h
View file @
d4bf6455
...
...
@@ -74,8 +74,8 @@ enum TABTYPE {TAB_UNDEF = 0, /* Table of undefined type */
TAB_PLG
=
20
,
/* PLG NIY */
TAB_PIVOT
=
21
,
/* PIVOT table */
TAB_VIR
=
22
,
/* Virtual tables */
TAB_JSON
=
23
,
/* JSON tables */
TAB_JSN
=
24
,
/* Semi-json tables */
//
TAB_JSON = 23, /* JSON tables */
//
TAB_JSN = 24, /* Semi-json tables */
TAB_JCT
=
25
,
/* Junction tables NIY */
TAB_DMY
=
26
,
/* DMY Dummy tables NIY */
TAB_NIY
=
27
};
/* Table not implemented yet */
...
...
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