Commit 4541c4d3 authored by Sergey Vojtovich's avatar Sergey Vojtovich

MDEV-5319 - Request for merge of Oqgraph v3 functionality

            storage/oqgraph into 10.0

- fixed sys_vars.all_vars (added oqgraph_allow_create_integer_latch_basic.test)
- since oqgraph depends on Judy, move it to a separate package
parent cd342e78
...@@ -51,6 +51,7 @@ IF(BOOST_OK) ...@@ -51,6 +51,7 @@ IF(BOOST_OK)
oqgraph_shim.cc oqgraph_thunk.cc oqgraph_judy.cc oqgraph_shim.cc oqgraph_thunk.cc oqgraph_judy.cc
STORAGE_ENGINE STORAGE_ENGINE
MODULE_ONLY MODULE_ONLY
COMPONENT oqgraph-engine
LINK_LIBRARIES ${Judy_LIBRARIES}) LINK_LIBRARIES ${Judy_LIBRARIES})
ELSE(BOOST_OK) ELSE(BOOST_OK)
MESSAGE(STATUS "Requisites for OQGraph not met") MESSAGE(STATUS "Requisites for OQGraph not met")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment