- Jun 04, 2014
-
-
ocelot-inc authored
-
ocelot-inc authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
(hat tip to Petr Yanovich).
-
- Jun 03, 2014
-
-
ocelot-inc authored
-
Konstantin Osipov authored
A fix and a test case for gh-300: misleading error message for a non-existing function. First, check that a function exists. Then check access rights to the function.
-
Konstantin Osipov authored
The confusion arose when trying to create a space with an existing id. The error message is no longer misleading.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
bigbes authored
Conflicts: src/lua/init.cc
-
bigbes authored
* error(fmt, args) * warn(fmt, args) * info(fmt, args) * debug(fmt, args)
-
- Jun 02, 2014
-
-
Roman Tsisyk authored
All bultin modules can be loaded with require('modulename') instead of require('box.modulename') Other changes: * _G.box is not initialized from tarantool_lua_init() anymore * box.info, box.stat, box.snapshot moved to src/box/lua * box.coredump() => coredump() * box.xxx = require('box.xxx') removed from tests
-
Alexandr authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Alexandr authored
-
- Jun 01, 2014
-
-
ocelot-inc authored
-
- May 30, 2014
-
-
Alexandr authored
-
https://github.com/tarantool/tarantoolKonstantin Osipov authored
Conflicts: test/box/protocol.test.lua test/box/socket.result test/box/socket.test.py
-
Konstantin Osipov authored
Conflicts: test/box/cfg.result
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Conflicts: src/box/lua/schema.lua test/big/lua.result test/box/access.result test/box/access.test.lua test/box/bad_trigger.result test/box/bad_trigger.test.py
- May 29, 2014
-
-
ocelot-inc authored
-