- Apr 29, 2015
-
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
Conflicts: src/lua/bsdsocket.lua test/box/bsdsocket.result
-
Roman Tsisyk authored
Also fix :send() and :write()
-
Roman Tsisyk authored
Conflicts: src/lua/digest.lua test/box/digest.result test/box/digest.test
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Apr 28, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Add a functional test for statement-level rollback. Check that rollback actually frees the rolled back data in wal_off/oom.test. Also check that slabs are reused and returned to the pool when they have no tuples.
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
* implement two new calls: box.error.last() - returns last error, if any, as a Lua table box.error.clear() - clears the last error * add an alias for box.error(), box.error.raise()
-
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
-