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
99435aa7
Commit
99435aa7
authored
Nov 06, 2005
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NdbIndexStat.cpp, NdbIndexStat.hpp, Suma.hpp portability changes from pekka
parent
bd18c9f2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
storage/ndb/include/ndbapi/NdbIndexStat.hpp
storage/ndb/include/ndbapi/NdbIndexStat.hpp
+5
-0
storage/ndb/src/kernel/blocks/suma/Suma.hpp
storage/ndb/src/kernel/blocks/suma/Suma.hpp
+1
-0
storage/ndb/src/ndbapi/NdbIndexStat.cpp
storage/ndb/src/ndbapi/NdbIndexStat.cpp
+1
-0
No files found.
storage/ndb/include/ndbapi/NdbIndexStat.hpp
View file @
99435aa7
...
...
@@ -85,6 +85,11 @@ private:
*
* TODO use more compact key format
*/
struct
Pointer
;
friend
struct
Pointer
;
struct
Entry
;
friend
struct
Entry
;
struct
Area
;
friend
struct
Area
;
struct
Pointer
{
Uint16
m_pos
;
...
...
storage/ndb/src/kernel/blocks/suma/Suma.hpp
View file @
99435aa7
...
...
@@ -148,6 +148,7 @@ public:
* Subscriptions
*/
class
Table
;
friend
class
Table
;
typedef
Ptr
<
Table
>
TablePtr
;
struct
SyncRecord
{
...
...
storage/ndb/src/ndbapi/NdbIndexStat.cpp
View file @
99435aa7
...
...
@@ -238,6 +238,7 @@ NdbIndexStat::stat_oldest(const Area& a)
{
Uint32
i
,
k
,
m
;
bool
found
=
false
;
m
=
~
(
Uint32
)
0
;
// shut up incorrect CC warning
for
(
i
=
0
;
i
<
a
.
m_entries
;
i
++
)
{
Pointer
&
p
=
a
.
get_pointer
(
i
);
Entry
&
e
=
a
.
get_entry
(
i
);
...
...
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