Skip to content

xiezhenye/mysql-plugin-spider-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mysql-plugin-spider-engine

spider engine migerated from mariadb

usage

first, compile the plugin and install in to plugin dir

cp -r src /path/to/mysql-src/storage/spider
cd /path/to/mysql-src
cmake . -DBUILD_CONFIG=mysql_release -DCMAKE_INSTALL_PREFIX=<mysql install dir>
cd storage/spider
make
make install

CAUTION: mysql plugins MUST be built using the same version of the source code and the same build arguments. If mysqld is built as a debug version without cmake parameter -DBUILD_CONFIG, the parameter must not be added when compiling plugins.

then install and initialize the plugin

mysql ... < scripts/install_spider.sql

for more documents, see https://mariadb.com/kb/en/mariadb/spider/

About

spider engine migerated from mariadb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published