Description: Avoid using, no longer defined bundle types in oqgraph v3.
Author: Dimitri John Ledkov <xnox@ubuntu.com>

--- mariadb-10.0-10.0.24.orig/storage/oqgraph/oqgraph_shim.h
+++ mariadb-10.0-10.0.24/storage/oqgraph/oqgraph_shim.h
@@ -254,6 +254,7 @@ namespace boost
     typedef no_property type;
   };
 
+#if BOOST_VERSION < 106000
 #if BOOST_VERSION >= 104601
   template <>
   struct graph_bundle_type<oqgraph3::graph>
@@ -273,6 +274,7 @@ namespace boost
     typedef no_edge_bundle type;
   };
 #endif
+#endif
 
   inline graph_traits<oqgraph3::graph>::vertex_descriptor
   source(
