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
37ac98b0
Commit
37ac98b0
authored
May 20, 2006
by
ndbdev@ndbmaster.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gcc4 compile fix
parent
0e085045
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp
storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp
+4
-1
No files found.
storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp
View file @
37ac98b0
...
...
@@ -33,6 +33,9 @@
// primary key is stored in TUP
#include "../dbtup/Dbtup.hpp"
class
Dbacc
;
class
Dbtup
;
#ifdef DBLQH_C
// Constants
/* ------------------------------------------------------------------------- */
...
...
@@ -2934,8 +2937,8 @@ public:
DLHashTable
<
ScanRecord
>
c_scanTakeOverHash
;
#ifdef ERROR_INSERT
inline
bool
TRACE_OP_CHECK
(
const
TcConnectionrec
*
regTcPtr
);
#ifdef ERROR_INSERT
void
TRACE_OP_DUMP
(
const
TcConnectionrec
*
regTcPtr
,
const
char
*
pos
);
#endif
}
;
...
...
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