- Apr 28, 2015
-
-
Sulverus authored
-
Roman Tsisyk authored
- mysql moved to https://github.com/tarantool/mysql - pg moved to https://github.com/tarantool/pg Please consult documentation on GitHub for more details.
-
- Apr 27, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Encapsulate trigger management, as well as undo managemnt specific to memtx in the engine. Fix a potential memory leak in MemtxEngine::rollbackStatement(), with wrong reference counting for rolled back tuple. Always generate redo record, even in wal_off=true mode, this simplifies txn_commit().
-
Alexandr Lyapunov authored
*) fixed several comments and minor bugs *) after CR fixes
-
Sulverus authored
-
- Apr 24, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Update comments, rename matras_extents_count() to matras_extent_count().
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Provide access to iproto sync via session.sync() binding. The value is valid only at start of a Lua call before the first yield, after which it may be replaced with a sync from another request running on the same session.
-
Roman Tsisyk authored
+ Check Lua types for uint/decode for msgpack(ffi)/json/yaml tests
-
Andrew authored
-
- Apr 23, 2015
-
-
Roman Tsisyk authored
Include all neede variables to tarantool.h
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Sulverus authored
-
- Apr 22, 2015
-
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
tarantool.h is an external header (perhaps), so not available with plain #include ""
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: CMakeLists.txt
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Tell matras table that you're about to change a location before actually changing it.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Sulverus authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Sulverus authored
-
Roman Tsisyk authored
This patch adds `src/module.h` header file with definition of all public API functions suitable to use in Lua/C modules for Tarantool. This header is automatically generated from src/*.h by CMake (`make generate_module_api`) by extracting code blocks between /** \cond public */ /* \endcond public */ Doxygen-style comments. Definitions of functions in module.h are frozen and must not be changed by future commits/releases. A new test case `app/module_api` is added to check compilation, linkage and loading of Lua modules and functionality of provided API functions. Other changes: * Convert mysql and pg to use module.h and prepare to convert to .c * Fix includes in say.h, coeio.h * Rename luaL_pushnumber64 to luaL_pushuint64 and luaL_pushinumber64 to luaL_pushint64 * Add LUA_API macros to public luaL_* functions (actually adds extern "C")
-
Dmitry Simonenko authored
-