- Feb 07, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
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.
-
Dmitry Simonenko authored
-
- Feb 06, 2012
-
-
Aleksey Demakov authored
-
- Feb 03, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Aleksey Demakov authored
-
- Feb 02, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Implement blueprint 'add-delete-fields': https://blueprints.launchpad.net/tarantool/+spec/add-and-delete-fields-in-tuple Make it possible to add new fields with UPDATE, and delete existing fields. Rewrite the UPDATE algorithm to pre-compute new tuple length and do most of the work in place, without allocating temporary buffer for fields. Add Connector/C support for new UPDATE options. Add and update tests. Joint effort by Konstantin Shulgin (initial implementation), Dmitry Simonenko (Connector/C) and Konstantin Osipov (spec/code review).
-
- Feb 01, 2012
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Jan 30, 2012
-
-
Pavel Cherenkov authored
-
Pavel Cherenkov authored
-
Pavel Cherenkov authored
-
Pavel Cherenkov authored
-
Pavel Cherenkov authored
-
Pavel Cherenkov authored
-
- Jan 27, 2012
-
-
Dmitry Simonenko authored
absolute values.
-
Dmitry Simonenko authored
installation pathes.
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
- Jan 26, 2012
-
-
Aleksey Demakov authored
-
pcherenkov authored
-
- Jan 25, 2012
-
-
Pavel Cherenkov authored
-
Pavel Cherenkov authored
-
- Jan 24, 2012
-
-
pcherenkov authored
-
pcherenkov authored
-
- Jan 23, 2012
-
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Konstantin Shulgin authored
Flushing stream after write request was added.
-
Konstantin Shulgin authored
Establish connection routine was updated: now socket uses TCP_NODELAY option.
-
Aleksey Demakov authored
-
Aleksey Demakov authored
Clarify comment in index_count() function.
-
pcherenkov authored
-
pcherenkov authored
-
Aleksey Demakov authored
- Add space_n() and index_n() utility functions. - Add index_is_primary() utility function. - Rework index initialization and iteration sequences. - Coding style fixes here and there.
-
Konstantin Osipov authored
-