Skip to content
Snippets Groups Projects
Commit 39e30941 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

A fix and a test case for Bug#928413 "Lua malfunctions..."

We didn't check whether or not Lua bindings executed correctly,
so we didn't pay attention to these problems:

luaL_Buffer was misused, and when configuration
would exceed 4K allocated on stack, this led
to lost pieces of Lua script prepared by
tarantool_lua_load_cfg().

box.on_reload_configuration() did not work correctly with
disabled spaces.

Fix the above mentioned issued and add a test.
parent f375127e
No related merge requests found
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