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
0fee6ce7
Commit
0fee6ce7
authored
May 16, 2011
by
Antony T Curtis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compile fixes
parent
a062735d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
storage/oqgraph/ha_oqgraph.cc
storage/oqgraph/ha_oqgraph.cc
+1
-0
storage/oqgraph/oqgraph_shim.h
storage/oqgraph/oqgraph_shim.h
+5
-0
No files found.
storage/oqgraph/ha_oqgraph.cc
View file @
0fee6ce7
...
...
@@ -776,6 +776,7 @@ int ha_oqgraph::create(const char *name, TABLE *table_arg,
if
(
int
res
=
oqgraph_check_table_structure
(
table_arg
))
return
error_code
(
res
);
(
void
)(
options
);
return
0
;
}
...
...
storage/oqgraph/oqgraph_shim.h
View file @
0fee6ce7
...
...
@@ -29,6 +29,9 @@
#include "oqgraph_thunk.h"
#include "oqgraph_judy.h"
#define BOOST_NO_HASH 1
#define BOOST_NO_SLIST 1
#include <boost/graph/directed_graph.hpp>
#include <boost/graph/adjacency_iterator.hpp>
...
...
@@ -249,6 +252,7 @@ namespace boost
typedef
no_property
type
;
};
#if BOOST_VERSION >= 104601
template
<
>
struct
graph_bundle_type
<
oqgraph3
::
graph
>
{
...
...
@@ -266,6 +270,7 @@ namespace boost
{
typedef
no_edge_bundle
type
;
};
#endif
inline
graph_traits
<
oqgraph3
::
graph
>::
vertex_descriptor
source
(
...
...
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