Details

    Description

      Apparently, OQGraph doesn't build on OS X, or perhaps in other environments that use llvm.

      I get many error messages from that seem related to this: http://clang.llvm.org/compatibility.html#dep_lookup

      It looks like they might be coming from boost itself, but there are enough other notes that I'm not real sure.

      [ 76%] Building CXX object storage/oqgraph/CMakeFiles/oqgraph.dir/graphcore.cc.o
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore.cc:29:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore-graph.h:28:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:33:
      In file included from /usr/local/include/boost/graph/directed_graph.hpp:10:
      In file included from /usr/local/include/boost/graph/adjacency_list.hpp:246:
      In file included from /usr/local/include/boost/graph/detail/adjacency_list.hpp:32:
      /usr/local/include/boost/graph/graph_concepts.hpp:94:17: error: call to function 'out_edges' that is neither visible in the template definition nor found by argument-dependent lookup
                  p = out_edges(u, g);
                      ^
      /usr/local/include/boost/concept/usage.hpp:22:43: note: in instantiation of member function 'boost::concepts::IncidenceGraph<oqgraph3::graph>::~IncidenceGraph' requested here
          ~usage_requirements() { ((Model*)0)->~Model(); }
                                                ^
      /usr/local/include/boost/concept/detail/general.hpp:38:42: note: in instantiation of member function 'boost::concepts::usage_requirements<boost::concepts::IncidenceGraph<oqgraph3::graph> >::~usage_requirements' requested here
          static void failed() { ((Model*)0)->~Model(); }
                                               ^
      /usr/local/include/boost/graph/graph_concepts.hpp:86:9: note: in instantiation of member function 'boost::concepts::requirement<boost::concepts::failed ************boost::concepts::usage_requirements<boost::concepts::IncidenceGraph<oqgraph3::graph> >::************>::failed' requested here
              BOOST_CONCEPT_USAGE(IncidenceGraph) {
              ^
      /usr/local/include/boost/concept/usage.hpp:35:7: note: expanded from macro 'BOOST_CONCEPT_USAGE'
            BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
            ^
      /usr/local/include/boost/concept/assert.hpp:44:5: note: expanded from macro 'BOOST_CONCEPT_ASSERT'
          BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
          ^
      /usr/local/include/boost/concept/detail/general.hpp:70:51: note: expanded from macro 'BOOST_CONCEPT_ASSERT_FN'
          &::boost::concepts::requirement_<ModelFnPtr>::failed>    \
                                                        ^
      /usr/local/include/boost/graph/dijkstra_shortest_paths.hpp:383:5: note: in instantiation of function template specialization 'boost::breadth_first_visit<oqgraph3::graph, boost::d_ary_heap_indirect<unsigned long long, 4, boost::vector_property_map<unsigned long, oqgraph3::vertex_index_property_map>, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, double, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, double> > >, boost::value_initializer<double> >, std::less<double>, std::vector<unsigned long long, std::allocator<unsigned long long> > >, boost::detail::dijkstra_bfs_visitor<boost::dijkstra_visitor<open_query::oqgraph_goal<true, boost::on_finish_vertex, boost::associative_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > > > > >, boost::d_ary_heap_indirect<unsigned long long, 4, boost::vector_property_map<unsigned long, oqgraph3::vertex_index_property_map>, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, double, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, double> > >, boost::value_initializer<double> >, std::less<double>, std::vector<unsigned long long, std::allocator<unsigned long long> > >, oqgraph3::edge_weight_property_map, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > >, boost::identity_initializer<unsigned long long> >, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, double, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, double> > >, boost::value_initializer<double> >, boost::closed_plus<double>, std::less<double> >, boost::two_bit_judy_map<oqgraph3::vertex_index_property_map>, unsigned long long *>' requested here
          breadth_first_visit(g, s_begin, s_end, Q, bfs_vis, color);
          ^
      /usr/local/include/boost/graph/dijkstra_shortest_paths.hpp:400:5: note: in instantiation of function template specialization 'boost::dijkstra_shortest_paths_no_init<oqgraph3::graph, unsigned long long *, boost::dijkstra_visitor<open_query::oqgraph_goal<true, boost::on_finish_vertex, boost::associative_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > > > > >, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > >, boost::identity_initializer<unsigned long long> >, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, double, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, double> > >, boost::value_initializer<double> >, oqgraph3::edge_weight_property_map, oqgraph3::vertex_index_property_map, std::less<double>, boost::closed_plus<double>, double, boost::two_bit_judy_map<oqgraph3::vertex_index_property_map> >' requested here
          dijkstra_shortest_paths_no_init(g, &s, &s + 1, predecessor, distance,
          ^
      /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore.cc:776:13: note: in instantiation of function template specialization 'boost::dijkstra_shortest_paths_no_init<oqgraph3::graph, boost::dijkstra_visitor<open_query::oqgraph_goal<true, boost::on_finish_vertex, boost::associative_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > > > > >, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > >, boost::identity_initializer<unsigned long long> >, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, double, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, double> > >, boost::value_initializer<double> >, oqgraph3::edge_weight_property_map, oqgraph3::vertex_index_property_map, std::less<double>, boost::closed_plus<double>, double, boost::two_bit_judy_map<oqgraph3::vertex_index_property_map> >' requested here
                  dijkstra_shortest_paths_no_init(share->g, *orig,
                  ^
      /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:288:3: note: 'out_edges' should be declared prior to the call site or in namespace 'oqgraph3'
        out_edges(
        ^
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore.cc:29:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore-graph.h:28:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:33:
      In file included from /usr/local/include/boost/graph/directed_graph.hpp:10:
      In file included from /usr/local/include/boost/graph/adjacency_list.hpp:246:
      In file included from /usr/local/include/boost/graph/detail/adjacency_list.hpp:32:
      /usr/local/include/boost/graph/graph_concepts.hpp:95:17: error: call to function 'out_degree' that is neither visible in the template definition nor found by argument-dependent lookup
                  n = out_degree(u, g);
                      ^
      /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:303:3: note: 'out_degree' should be declared prior to the call site or in namespace 'oqgraph3'
        out_degree(
        ^
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore.cc:29:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore-graph.h:28:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:33:
      In file included from /usr/local/include/boost/graph/directed_graph.hpp:10:
      In file included from /usr/local/include/boost/graph/adjacency_list.hpp:246:
      In file included from /usr/local/include/boost/graph/detail/adjacency_list.hpp:32:
      /usr/local/include/boost/graph/graph_concepts.hpp:97:17: error: call to function 'source' that is neither visible in the template definition nor found by argument-dependent lookup
                  u = source(e, g);
                      ^
      /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:274:3: note: 'source' should be declared prior to the call site or in namespace 'oqgraph3'
        source(
        ^
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore.cc:29:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore-graph.h:28:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:33:
      In file included from /usr/local/include/boost/graph/directed_graph.hpp:10:
      In file included from /usr/local/include/boost/graph/adjacency_list.hpp:246:
      In file included from /usr/local/include/boost/graph/detail/adjacency_list.hpp:32:
      /usr/local/include/boost/graph/graph_concepts.hpp:98:17: error: call to function 'target' that is neither visible in the template definition nor found by argument-dependent lookup
                  v = target(e, g);
                      ^
      /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:280:3: note: 'target' should be declared prior to the call site or in namespace 'oqgraph3'
        target(
        ^
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore.cc:29:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore-graph.h:28:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:33:
      In file included from /usr/local/include/boost/graph/directed_graph.hpp:10:
      In file included from /usr/local/include/boost/graph/adjacency_list.hpp:246:
      In file included from /usr/local/include/boost/graph/detail/adjacency_list.hpp:32:
      /usr/local/include/boost/graph/graph_concepts.hpp:102:17: error: call to function 'out_edges' that is neither visible in the template definition nor found by argument-dependent lookup
                  p = out_edges(u, cg);
                      ^
      /usr/local/include/boost/graph/graph_concepts.hpp:99:13: note: in instantiation of member function 'boost::concepts::IncidenceGraph<oqgraph3::graph>::const_constraints' requested here
                  const_constraints(g);
                  ^
      /usr/local/include/boost/concept/usage.hpp:22:43: note: in instantiation of member function 'boost::concepts::IncidenceGraph<oqgraph3::graph>::~IncidenceGraph' requested here
          ~usage_requirements() { ((Model*)0)->~Model(); }
                                                ^
      /usr/local/include/boost/concept/detail/general.hpp:38:42: note: in instantiation of member function 'boost::concepts::usage_requirements<boost::concepts::IncidenceGraph<oqgraph3::graph> >::~usage_requirements' requested here
          static void failed() { ((Model*)0)->~Model(); }
                                               ^
      /usr/local/include/boost/graph/graph_concepts.hpp:86:9: note: in instantiation of member function 'boost::concepts::requirement<boost::concepts::failed ************boost::concepts::usage_requirements<boost::concepts::IncidenceGraph<oqgraph3::graph> >::************>::failed' requested here
              BOOST_CONCEPT_USAGE(IncidenceGraph) {
              ^
      /usr/local/include/boost/concept/usage.hpp:35:7: note: expanded from macro 'BOOST_CONCEPT_USAGE'
            BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
            ^
      /usr/local/include/boost/concept/assert.hpp:44:5: note: expanded from macro 'BOOST_CONCEPT_ASSERT'
          BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
          ^
      /usr/local/include/boost/concept/detail/general.hpp:70:51: note: expanded from macro 'BOOST_CONCEPT_ASSERT_FN'
          &::boost::concepts::requirement_<ModelFnPtr>::failed>    \
                                                        ^
      /usr/local/include/boost/graph/dijkstra_shortest_paths.hpp:383:5: note: in instantiation of function template specialization 'boost::breadth_first_visit<oqgraph3::graph, boost::d_ary_heap_indirect<unsigned long long, 4, boost::vector_property_map<unsigned long, oqgraph3::vertex_index_property_map>, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, double, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, double> > >, boost::value_initializer<double> >, std::less<double>, std::vector<unsigned long long, std::allocator<unsigned long long> > >, boost::detail::dijkstra_bfs_visitor<boost::dijkstra_visitor<open_query::oqgraph_goal<true, boost::on_finish_vertex, boost::associative_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > > > > >, boost::d_ary_heap_indirect<unsigned long long, 4, boost::vector_property_map<unsigned long, oqgraph3::vertex_index_property_map>, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, double, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, double> > >, boost::value_initializer<double> >, std::less<double>, std::vector<unsigned long long, std::allocator<unsigned long long> > >, oqgraph3::edge_weight_property_map, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > >, boost::identity_initializer<unsigned long long> >, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, double, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, double> > >, boost::value_initializer<double> >, boost::closed_plus<double>, std::less<double> >, boost::two_bit_judy_map<oqgraph3::vertex_index_property_map>, unsigned long long *>' requested here
          breadth_first_visit(g, s_begin, s_end, Q, bfs_vis, color);
          ^
      /usr/local/include/boost/graph/dijkstra_shortest_paths.hpp:400:5: note: in instantiation of function template specialization 'boost::dijkstra_shortest_paths_no_init<oqgraph3::graph, unsigned long long *, boost::dijkstra_visitor<open_query::oqgraph_goal<true, boost::on_finish_vertex, boost::associative_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > > > > >, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > >, boost::identity_initializer<unsigned long long> >, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, double, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, double> > >, boost::value_initializer<double> >, oqgraph3::edge_weight_property_map, oqgraph3::vertex_index_property_map, std::less<double>, boost::closed_plus<double>, double, boost::two_bit_judy_map<oqgraph3::vertex_index_property_map> >' requested here
          dijkstra_shortest_paths_no_init(g, &s, &s + 1, predecessor, distance,
          ^
      /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore.cc:776:13: note: in instantiation of function template specialization 'boost::dijkstra_shortest_paths_no_init<oqgraph3::graph, boost::dijkstra_visitor<open_query::oqgraph_goal<true, boost::on_finish_vertex, boost::associative_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > > > > >, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, unsigned long long, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, unsigned long long> > >, boost::identity_initializer<unsigned long long> >, boost::lazy_property_map<boost::unordered::unordered_map<unsigned long long, double, boost::hash<boost::ulong_long_type>, std::equal_to<unsigned long long>, std::allocator<std::pair<const unsigned long long, double> > >, boost::value_initializer<double> >, oqgraph3::edge_weight_property_map, oqgraph3::vertex_index_property_map, std::less<double>, boost::closed_plus<double>, double, boost::two_bit_judy_map<oqgraph3::vertex_index_property_map> >' requested here
                  dijkstra_shortest_paths_no_init(share->g, *orig,
                  ^
      /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:288:3: note: 'out_edges' should be declared prior to the call site or in namespace 'oqgraph3'
        out_edges(
        ^
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore.cc:29:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore-graph.h:28:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:33:
      In file included from /usr/local/include/boost/graph/directed_graph.hpp:10:
      In file included from /usr/local/include/boost/graph/adjacency_list.hpp:246:
      In file included from /usr/local/include/boost/graph/detail/adjacency_list.hpp:32:
      /usr/local/include/boost/graph/graph_concepts.hpp:103:17: error: call to function 'out_degree' that is neither visible in the template definition nor found by argument-dependent lookup
                  n = out_degree(u, cg);
                      ^
      /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:303:3: note: 'out_degree' should be declared prior to the call site or in namespace 'oqgraph3'
        out_degree(
        ^
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore.cc:29:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore-graph.h:28:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:33:
      In file included from /usr/local/include/boost/graph/directed_graph.hpp:10:
      In file included from /usr/local/include/boost/graph/adjacency_list.hpp:246:
      In file included from /usr/local/include/boost/graph/detail/adjacency_list.hpp:32:
      /usr/local/include/boost/graph/graph_concepts.hpp:105:17: error: call to function 'source' that is neither visible in the template definition nor found by argument-dependent lookup
                  u = source(e, cg);
                      ^
      /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:274:3: note: 'source' should be declared prior to the call site or in namespace 'oqgraph3'
        source(
        ^
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore.cc:29:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/graphcore-graph.h:28:
      In file included from /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:33:
      In file included from /usr/local/include/boost/graph/directed_graph.hpp:10:
      In file included from /usr/local/include/boost/graph/adjacency_list.hpp:246:
      In file included from /usr/local/include/boost/graph/detail/adjacency_list.hpp:32:
      /usr/local/include/boost/graph/graph_concepts.hpp:106:17: error: call to function 'target' that is neither visible in the template definition nor found by argument-dependent lookup
                  v = target(e, cg);
                      ^
      /Users/kolbe/Devel/m/bzr/maria/10.0/storage/oqgraph/oqgraph_shim.h:280:3: note: 'target' should be declared prior to the call site or in namespace 'oqgraph3'
        target(
        ^
      8 errors generated.
      make[2]: *** [storage/oqgraph/CMakeFiles/oqgraph.dir/graphcore.cc.o] Error 1
      make[1]: *** [storage/oqgraph/CMakeFiles/oqgraph.dir/all] Error 2
      make: *** [all] Error 2

      Attachments

        Issue Links

          Activity

            kolbe Kolbe Kegel (Inactive) created issue -
            arjen Arjen Lentz made changes -
            Field Original Value New Value
            Assignee Andrew McDonnell [ andymc73 ]
            serg Sergei Golubchik made changes -
            Fix Version/s 10.0.11 [ 15200 ]
            serg Sergei Golubchik made changes -
            Fix Version/s 10.0.12 [ 15201 ]
            Fix Version/s 10.0.11 [ 15200 ]
            serg Sergei Golubchik made changes -
            Workflow defaullt [ 37200 ] MariaDB v2 [ 42491 ]
            serg Sergei Golubchik made changes -
            Fix Version/s 10.0.13 [ 16000 ]
            Fix Version/s 10.0.12 [ 15201 ]
            serg Sergei Golubchik made changes -
            Labels oqgraph
            danblack Daniel Black made changes -
            ratzpo Rasmus Johansson (Inactive) made changes -
            Workflow MariaDB v2 [ 42491 ] MariaDB v3 [ 61455 ]
            truckman Don Lewis made changes -
            Attachment upstream-mariadb-patch [ 41912 ]
            danblack Daniel Black made changes -
            Labels oqgraph contribution oqgraph patch
            danblack Daniel Black made changes -
            Labels contribution oqgraph patch clang contribution freebsd mac oqgraph patch
            danblack Daniel Black made changes -
            danblack Daniel Black made changes -
            Assignee Andrew McDonnell [ andymc73 ] Vicentiu Ciorbaru [ cvicentiu ]
            svoj Sergey Vojtovich made changes -
            Labels clang contribution freebsd mac oqgraph patch clang contribution foundation freebsd mac oqgraph patch
            danblack Daniel Black made changes -
            Affects Version/s 10.0.27 [ 22017 ]
            cvicentiu Vicențiu Ciorbaru made changes -
            Component/s Storage Engine - OQGRAPH [ 10130 ]
            Fix Version/s 10.0.28 [ 22107 ]
            Fix Version/s 10.0 [ 16000 ]
            Resolution Fixed [ 1 ]
            Status Open [ 1 ] Closed [ 6 ]
            danblack Daniel Black made changes -
            Fix Version/s 10.2.3 [ 22115 ]
            Fix Version/s 10.1.20 [ 22112 ]
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 61455 ] MariaDB v4 [ 147692 ]

            People

              cvicentiu Vicențiu Ciorbaru
              kolbe Kolbe Kegel (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.