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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
3743e1e0
Commit
3743e1e0
authored
May 06, 2014
by
Olivier Bertrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fix gcc error and warnings
modified: storage/connect/odbconn.cpp storage/connect/xindex.cpp
parent
9d41d856
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
storage/connect/odbconn.cpp
storage/connect/odbconn.cpp
+1
-1
storage/connect/xindex.cpp
storage/connect/xindex.cpp
+3
-3
No files found.
storage/connect/odbconn.cpp
View file @
3743e1e0
...
...
@@ -2135,7 +2135,7 @@ int ODBConn::GetCatInfo(CATPARM *cap)
PSZ
fnc
=
"Unknown"
;
UWORD
n
;
SWORD
ncol
,
len
,
tp
;
SQLULEN
crow
;
SQLULEN
crow
=
0
;
PQRYRES
qrp
=
cap
->
Qrp
;
PCOLRES
crp
;
RETCODE
rc
=
0
;
...
...
storage/connect/xindex.cpp
View file @
3743e1e0
...
...
@@ -2301,7 +2301,7 @@ void XFILE::Close(void)
#if defined(XMAP)
if
(
Mmp
&&
CloseMemMap
(
Mmp
->
memory
,
Mmp
->
lenL
))
printf
(
"Error
%d
closing mapped index
\n
"
);
printf
(
"Error closing mapped index
\n
"
);
#endif // XMAP
}
// end of Close
...
...
@@ -2468,8 +2468,8 @@ bool XHUGE::Open(PGLOBAL g, char *filename, int id, MODE mode)
}
// endif Hfile
if
(
trace
)
htrc
(
"
rc=%d oflag=%p mode=%d handle=%d fn=%s
\n
"
,
rc
,
oflag
,
mode
,
Hfile
,
filename
);
htrc
(
"
oflag=%p mode=%d handle=%d fn=%s
\n
"
,
oflag
,
mode
,
Hfile
,
filename
);
if
(
mode
==
MODE_INSERT
)
{
/*******************************************************************/
...
...
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