- Jan 20, 2012
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
validation added.
-
- Jan 19, 2012
-
-
Dmitry Simonenko authored
-
- Dec 26, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
modes are added.
-
Dmitry Simonenko authored
scheme added.
-
- Dec 22, 2011
-
-
Dmitry Simonenko authored
-
- Dec 21, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Dec 06, 2011
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Finish porting index API to objective C. Change all methods to become objective C methods. Implement a family of virtual constructors and destructors. Change iterator allocation scheme.
-
- Dec 02, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
- Dec 01, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
tnt_stream_reqid()
-
Konstantin Osipov authored
Use the index iterator API in memcached.m, instead of hard-coded access to index internals, which broke index abstraction. This (temporarily) can (somewhat) break expire in presense of SELECT command against memcached namespace, since SELECT uses the same iterator. Hopefully, it's only temporary, since we'll soon be able to have more than one independent generic iterator over the same index.
-
- Nov 30, 2011
-
-
Konstantin Osipov authored
Do not pre-allocate Index object. Fix valgrind errors.
-
Konstantin Osipov authored
A pre-requisite patch for turning Index into an Object: Extract key description into an own structure, struct key. Introduce key_config function, which transfers configuration from confetti structure into struct key. This allows to decouple index construction from key construction -- something you need if you want a virtual constructor for index.
-
- Nov 29, 2011
-
-
Konstantin Osipov authored
SHOW INFO now prints path to config Review Dmitry's patch, fix tests.
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Shulgin authored
-
Dmitry Simonenko authored
-
- Nov 25, 2011
-
-
Dmitry Simonenko authored
line (if given) 2. current directory 3. INSTALL_PREFIX/etc/tarantool.cfg
-
- Nov 24, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Nov 23, 2011
-
-
Aleksey Demakov authored
-
Konstantin Osipov authored
Remove an accidentally committed .reject file. Prevent this from happening again.
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
connector/c: unbuffered io support fix, propper error message
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
- Nov 22, 2011
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Port first two patches of branch index-2objc. We decided to use objects for indexes to ease addition of more specialized index types (such as primary key tree indexes, spatial indexes). Work done by Konstantin Shulgin. Incorporates review fixes. This patch: - makes struct index an Objective C class, - adds init and free methods, - moves allocation of sp_tree struction to heap (used to be allocated in the pool allocator) since we may in future create/drop indexes on the fly, - updates method calling signatures.
-
Aleksey Demakov authored
-