- Jan 15, 2014
-
-
Dmitry Simonenko authored
-
- Jan 13, 2014
-
-
Konstantin Osipov authored
field->compact in Lua field used to be memset() to false. I removed the memset since it's wasted cycles in 99% of cases, but did not add an explicit initialization of field->compact to LUA_TTABLE case, which uses it. By default, field->compact must be set to false, and only for tuples it should be true.
-
- Jan 12, 2014
-
-
Konstantin Osipov authored
In Lua, by definition, an array is something that is indexed from 1 and doesn't have gaps in indexes. This can be easily checked without serializer hints. Tuple to YAML conversion should not go through a temporary conversion to a Lua table in the future, so it should also not be an argument for slowing things down.
-
- Jan 10, 2014
-
-
Konstantin Osipov authored
Use the constants consistently across the code base.
-
- Jan 09, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
This patch merges row_header and wal_row structures into new log_row structures.
-
- Jan 08, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jan 07, 2014
-
-
bigbes authored
-
- Jan 06, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Change box.error to push error codes without error flags.
-
- Jan 05, 2014
-
-
Konstantin Osipov authored
Update the protoco spec in doc/box-protocol.txt. Update box.net.box with a bunch of hacks. Update the python driver. Remove support for flags variable (BOX_RETURN_TUPLE). It was not tested anywhere! (-> kill) Implemeng Lua msgpack.next() to support streamed processing. Add tests. Fix a bug with messed up aliases of msgpack.dumps() pointing to encode() and loads() pointing to decode() (should be vice versa).
-
- Jan 04, 2014
-
-
Konstantin Osipov authored
-
- Jan 03, 2014
-
-
Konstantin Osipov authored
Introduce constants for ids. Update tests.
-
- Jan 02, 2014
-
-
Konstantin Osipov authored
-
- Jan 01, 2014
-
-
Konstantin Osipov authored
Conflicts: src/box/tree_index.cc src/box/tree_index.h test/big/tarantool.cfg test/box/errinj.result
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Dec 31, 2013
-
-
Alexandr authored
fixes, follows from discussion https://github.com/tarantool/tarantool/issues/79#issuecomment-29309533
-
Roman Tsisyk authored
-
- Dec 30, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
bigbes authored
-
- Dec 27, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-