mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
MDEV-5319 - Request for merge of Oqgraph v3 functionality
storage/oqgraph into 10.0 - since oqgraph depends on Judy, move it to a separate package (DEB)
This commit is contained in:
parent
4541c4d3fb
commit
4cee899fb7
5 changed files with 17 additions and 2 deletions
8
debian/dist/Debian/control
vendored
8
debian/dist/Debian/control
vendored
|
|
@ -250,3 +250,11 @@ Description: Connect storage engine for MariaDB
|
|||
connections to ODBC tables and remote MySQL tables, as well as a number of
|
||||
other interesting features.
|
||||
|
||||
Package: mariadb-oqgraph-engine-10.0
|
||||
Section: database
|
||||
Architecture: any
|
||||
Depends: mariadb-server-10.0, libjudydebian1
|
||||
Description: Oqgraph storage engine for MariaDB
|
||||
The OQGRAPH engine is a computation engine plugin for handling hierarchies
|
||||
(trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL.
|
||||
|
||||
|
|
|
|||
|
|
@ -76,6 +76,5 @@ usr/share/mysql/mysql_system_tables.sql
|
|||
usr/share/mysql/mysql_performance_tables.sql
|
||||
usr/share/mysql/mysql_test_data_timezone.sql
|
||||
@CASSANDRA_DEB_FILES@
|
||||
@OQGRAPH_DEB_FILES@
|
||||
@SPIDER_DEB_FILES@
|
||||
@TOKUDB_DEB_FILES@
|
||||
|
|
|
|||
8
debian/dist/Ubuntu/control
vendored
8
debian/dist/Ubuntu/control
vendored
|
|
@ -244,3 +244,11 @@ Description: Connect storage engine for MariaDB
|
|||
connections to ODBC tables and remote MySQL tables, as well as a number of
|
||||
other interesting features.
|
||||
|
||||
Package: mariadb-oqgraph-engine-10.0
|
||||
Section: database
|
||||
Architecture: any
|
||||
Depends: mariadb-server-10.0, libjudydebian1
|
||||
Description: Oqgraph storage engine for MariaDB
|
||||
The OQGRAPH engine is a computation engine plugin for handling hierarchies
|
||||
(trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL.
|
||||
|
||||
|
|
|
|||
|
|
@ -78,6 +78,5 @@ usr/share/mysql/mysql_system_tables.sql
|
|||
usr/share/mysql/mysql_performance_tables.sql
|
||||
usr/share/mysql/mysql_test_data_timezone.sql
|
||||
@CASSANDRA_DEB_FILES@
|
||||
@OQGRAPH_DEB_FILES@
|
||||
@SPIDER_DEB_FILES@
|
||||
@TOKUDB_DEB_FILES@
|
||||
|
|
|
|||
1
debian/mariadb-oqgraph-engine-10.0.files
vendored
Normal file
1
debian/mariadb-oqgraph-engine-10.0.files
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
usr/lib/mysql/plugin/ha_oqgraph.so
|
||||
Loading…
Add table
Add a link
Reference in a new issue