Branch: refs/heads/master
Home: https://github.com/tarantool/tarantool
Commit: a79909ea8d8f212cc06913825bf2bc87f90a8434
https://github.com/tarantool/tarantool/commit/a79909ea8d8f212cc06913825bf2bc87f90a8434
Author: Konstantin Osipov <[email protected]>
Date: 2013-07-17 (Wed, 17 Jul 2013)
Changed paths:
M src/box/bitset_index.cc
M src/box/box_lua.cc
M src/box/box_lua_space.cc
M src/box/hash_index.cc
M src/box/index.cc
M src/box/index.h
M src/box/request.cc
M src/box/space.cc
M src/box/space.h
M src/box/tree_index.cc
Log Message:
-----------
Transfer ownership of struct key_def from space to Index
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.
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp