- Jul 30, 2013
-
-
Eugine Blikh authored
-
Eugine Blikh authored
-
- Jul 29, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jul 26, 2013
-
-
Eugine Blikh authored
-
- Jul 25, 2013
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
- Jul 24, 2013
-
-
Konstantin Osipov authored
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Roman Tsisyk authored
-
- Jul 23, 2013
-
-
Konstantin Osipov authored
-
Eugine Blikh authored
-
Eugine Blikh authored
Returning tests to their previous place. Fixing error in tarantool_connection, that prevernts reconnection. Fixing bug in cas.test
-
Konstantin Osipov authored
secondary_indexes_enabled.
-
Eugine Blikh authored
-
Roman Tsisyk authored
Conflicts: src/box/tree_index.cc
-
Roman Tsisyk authored
-
- Jul 22, 2013
-
-
Konstantin Osipov authored
calls. Use beginBuild(), reserve(), endBuild() to implement Index::build(). This is a pre-requisite for the refactoring of the recovery API to make recovery of data dictionary spaces more straightforward.
-
- Jul 19, 2013
-
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
@todo: manage instances in /etc/tarantool
-
Konstantin Osipov authored
-
- Jul 18, 2013
-
-
Konstantin Osipov authored
Split key part allocation and initialization in key_def_create(). This makes it possible use of the same key_def_create() when "building" a key def for memcached space, and when building it from the configuration file. Make key_def.[h,cc] unaware of struct tarantool_cfg.
-
Konstantin Osipov authored
Instead of populating Lua box.space[] table once at server start, update it with space data whenever it changes. This is a pre-requisite patch for the new data dictionary, which allows adding/dropping spaces on a running server. Generalize session triggers to be usable for on_commit/on_rollback events.
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Konstantin Osipov authored
Remove key_def->max_fieldno as well. Rename space_n() to space_id(), space_by_n to space_by_id().
-
Konstantin Osipov authored
Follow up on refactoring of struct key_def ownerhship.
-
- Jul 17, 2013
-
-
Konstantin Osipov authored
Another pre-requisite patch for the new data dictionary, transfer ownership of struct key_def from struct space to class Index. Once Index instance is created, it takes posession of the key_def object passed to initialize it. key_defs array in struct space is gone.
-
Konstantin Osipov authored
A pre-requisite patch for data dictionary: sotre index ordinal number in the key_def object. Remove struct space from index constructor.
-
- Jul 16, 2013
-
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Eugine Blikh authored
-