Skip to content
Snippets Groups Projects
Commit 4f6db98f authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

plugins-to-lua-modules: migrate from plugins to lua modules.

Summary:
* PLUGIN_DIR -> MODULE_DIR
* MODULE_DIR prefix is /usr/lib/tarantool/VERSION
* MODULE_DIR automatically appends to both lua c/path
* removed plugin autoload facility in src/lua/init.cc
* removed admin console plugin dependencies
* moved src/box/lua/sql.lua to separate module = require('box.net.sql')
* moved src/plugin/pg = require('box.net.pg')
* moved src/plugin/mysql = require('box.net.mysql')
* default .so and .lua install is lib/tarantool/modules/{box/net/}
* debian spec and tests are updated
parent fa6b8f8c
No related branches found
No related tags found
No related merge requests found
Showing
with 179 additions and 450 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment