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
b27a83d5
Commit
b27a83d5
authored
Apr 12, 2011
by
Antony T Curtis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup and debugging
parent
2037f387
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
26 deletions
+63
-26
storage/oqgraph/oqgraph_thunk.cc
storage/oqgraph/oqgraph_thunk.cc
+62
-25
storage/oqgraph/oqgraph_thunk.h
storage/oqgraph/oqgraph_thunk.h
+1
-1
No files found.
storage/oqgraph/oqgraph_thunk.cc
View file @
b27a83d5
This diff is collapsed.
Click to expand it.
storage/oqgraph/oqgraph_thunk.h
View file @
b27a83d5
...
...
@@ -205,7 +205,7 @@ namespace oqgraph3
,
_weight
(
weight
)
,
_prev
(
prev
)
,
_next
(
next
)
{
}
{
printf
(
"row_info(%lld,%lld,%f)
\n
"
,
source
,
target
,
weight
);
}
};
namespace
internal
...
...
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