Branch: refs/heads/proxy
  Home:   https://github.com/tarantool/tarantool
  Commit: 63e2d7998bec44ee7a2bf26f2c72623cb133e427
      
https://github.com/tarantool/tarantool/commit/63e2d7998bec44ee7a2bf26f2c72623cb133e427
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M client/tarantool/tc_cli.c

  Log Message:
  -----------
  Change delim error message


  Commit: 57b57c34de2f8e924f70e36e8fd0465f1ba9f265
      
https://github.com/tarantool/tarantool/commit/57b57c34de2f8e924f70e36e8fd0465f1ba9f265
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-16 (Tue, 16 Jul 2013)

  Changed paths:
    M test/lib/test_suite.py

  Log Message:
  -----------
  Add forgotten copy lua scripts code


  Commit: 1604240ab75f82204e71a0d0765c520e516d4c5d
      
https://github.com/tarantool/tarantool/commit/1604240ab75f82204e71a0d0765c520e516d4c5d
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-16 (Tue, 16 Jul 2013)

  Changed paths:
    R test/big/sql.result
    R test/big/sql.test
    A test/python/sql.result
    A test/python/sql.test
    A test/python/suite.ini
    A test/python/tarantool.cfg

  Log Message:
  -----------
  Move SQL test to separate catalogue, because we can't move it to LUA


  Commit: 02d31af47c1cff892b519f7bab702490d697ee60
      
https://github.com/tarantool/tarantool/commit/02d31af47c1cff892b519f7bab702490d697ee60
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-16 (Tue, 16 Jul 2013)

  Changed paths:
    R test/big/bitset.lua
    M test/big/bitset.result
    M test/big/bitset.test
    M test/big/hash.result
    M test/big/hash.test
    M test/big/hash_multipart.result
    M test/big/hash_multipart.test
    R test/big/index_random_test.lua
    M test/big/iterator.result
    M test/big/iterator.test
    M test/big/lua.result
    M test/big/lua.test
    A test/big/lua/bitset.lua
    A test/big/lua/index_random_test.lua
    A test/big/lua/push.lua
    A test/big/lua/utils.lua
    R test/big/push.lua
    M test/big/suite.ini
    M test/big/tree_pk.result
    M test/big/tree_pk.test
    M test/big/tree_pk_multipart.result
    M test/big/tree_pk_multipart.test
    M test/big/tree_variants.result
    M test/big/tree_variants.test
    R test/big/utils.lua

  Log Message:
  -----------
  Rewrite big tests to lua (as much as possible)


  Commit: ecf925b9095677b22fa11104922fbb013acd7a62
      
https://github.com/tarantool/tarantool/commit/ecf925b9095677b22fa11104922fbb013acd7a62
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-16 (Tue, 16 Jul 2013)

  Changed paths:
    M test/lib/lua_tarantool_server.py
    M test/lib/python_tarantool_server.py
    M test/lib/tarantool_server.py

  Log Message:
  -----------
  Remove obsolete debug output and pprint import


  Commit: 688d6613be53869773b97f714c1bd0e715172330
      
https://github.com/tarantool/tarantool/commit/688d6613be53869773b97f714c1bd0e715172330
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M src/box/bitset_index.cc
    M src/box/bitset_index.h
    M src/box/box_lua.cc
    M src/box/hash_index.cc
    M src/box/hash_index.h
    M src/box/index.cc
    M src/box/index.h
    M src/box/key_def.cc
    M src/box/key_def.h
    M src/box/space.cc
    M src/box/space.h
    M src/box/tree_index.cc
    M src/box/tree_index.h
    M src/memcached.cc
    M test/box/lua.result
    M test/memcached/lua.result

  Log Message:
  -----------
  Store index ordinal number (id) in key_def.

A pre-requisite patch for data dictionary: sotre index
ordinal number in the key_def object.
Remove struct space from index constructor.


  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.


  Commit: a67af3dfa7508953ba7388a1decd561c62a6139b
      
https://github.com/tarantool/tarantool/commit/a67af3dfa7508953ba7388a1decd561c62a6139b
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M src/memcached.cc

  Log Message:
  -----------
  Allocate struct key_def in memcached.cc on stack.

Follow up on refactoring of struct key_def ownerhship.


  Commit: 586cdecf81c1be417cc21a51ae6684bd20bf758b
      
https://github.com/tarantool/tarantool/commit/586cdecf81c1be417cc21a51ae6684bd20bf758b
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M src/box/box.cc
    M src/box/box_lua_space.cc
    M src/box/key_def.cc
    M src/box/key_def.h
    M src/box/space.cc
    M src/box/space.h
    M src/box/tuple.cc
    M src/memcached.cc

  Log Message:
  -----------
  Rename space->n to space_id(). Remove key_def->cmp_order, which was unused.

Remove key_def->max_fieldno as well.
Rename space_n() to space_id(), space_by_n to space_by_id().


  Commit: baf0f03e9e696466878006bc3729135957414025
      
https://github.com/tarantool/tarantool/commit/baf0f03e9e696466878006bc3729135957414025
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    R test/box/admin_coredump.result
    R test/box/admin_coredump.test
    R test/box/cjson.result
    R test/box/cjson.test
    R test/box/errinj.result
    R test/box/errinj.test
    R test/box/fiber.result
    R test/box/fiber.test
    R test/box/info.result
    R test/box/info.test
    R test/box/ipc.result
    R test/box/ipc.test
    R test/box/lua_box_uuid.result
    R test/box/lua_box_uuid.skipcond
    R test/box/lua_box_uuid.test
    R test/box/lua_misc.result
    R test/box/lua_misc.test
    R test/box/net.box.result
    R test/box/net.box.test
    A test/box_lua/admin_coredump.result
    A test/box_lua/admin_coredump.test
    A test/box_lua/cjson.result
    A test/box_lua/cjson.test
    A test/box_lua/errinj.result
    A test/box_lua/errinj.test
    A test/box_lua/fiber.result
    A test/box_lua/fiber.test
    A test/box_lua/info.result
    A test/box_lua/info.test
    A test/box_lua/ipc.result
    A test/box_lua/ipc.test
    A test/box_lua/lua_box_uuid.result
    A test/box_lua/lua_box_uuid.skipcond
    A test/box_lua/lua_box_uuid.test
    A test/box_lua/lua_misc.result
    A test/box_lua/lua_misc.test
    A test/box_lua/net.box.result
    A test/box_lua/net.box.test

  Log Message:
  -----------
  Prepare to move possible part of python box tests to lua


  Commit: cafae46eb980fd2423312bb838968730a7b5b361
      
https://github.com/tarantool/tarantool/commit/cafae46eb980fd2423312bb838968730a7b5b361
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M test/box_lua/admin_coredump.result
    M test/box_lua/admin_coredump.test
    M test/box_lua/cjson.result
    M test/box_lua/cjson.test
    M test/box_lua/errinj.result
    M test/box_lua/errinj.test
    M test/box_lua/fiber.result
    M test/box_lua/fiber.test
    M test/box_lua/info.result
    M test/box_lua/info.test
    M test/box_lua/ipc.result
    M test/box_lua/ipc.test
    M test/box_lua/lua_box_uuid.result
    M test/box_lua/lua_box_uuid.skipcond
    M test/box_lua/lua_box_uuid.test
    M test/box_lua/lua_misc.result
    M test/box_lua/lua_misc.test
    M test/box_lua/net.box.result
    M test/box_lua/net.box.test
    A test/box_lua/suite.ini
    A test/box_lua/tarantool.cfg

  Log Message:
  -----------
  Move tests to lua, and, also make them prettier (multiline code, YAML 
compatible and other)


  Commit: 22b7366679ef6a318cc190a5e4b5880048d5b0ca
      
https://github.com/tarantool/tarantool/commit/22b7366679ef6a318cc190a5e4b5880048d5b0ca
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M client/tarantool/tc_cli.c

  Log Message:
  -----------
  Fix second part of messages


  Commit: 9ec743642645a6392293f0faaf58022478095d1b
      
https://github.com/tarantool/tarantool/commit/9ec743642645a6392293f0faaf58022478095d1b
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M include/box/box.h
    M include/log_io.h
    M include/session.h
    A include/trigger.h
    M src/box/box_lua_space.cc
    M src/box/box_lua_space.h
    M src/box/key_def.cc
    M src/box/key_def.h
    M src/box/request.cc
    M src/box/space.cc
    M src/box/space.h
    M src/log_io.cc
    M src/lua/init.cc
    M src/lua/session.cc
    M src/memcached.cc
    M src/session.cc
    M src/tarantool.cc

  Log Message:
  -----------
  Propagate struct space instances to box.space array whenever they change.

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.


  Commit: 221ec7b69b20e4d6c706a4cc04753dfbd3ef423d
      
https://github.com/tarantool/tarantool/commit/221ec7b69b20e4d6c706a4cc04753dfbd3ef423d
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M src/box/key_def.cc
    M src/box/key_def.h
    M src/box/space.cc
    M src/memcached.cc

  Log Message:
  -----------
  Yet another change to get key_def API a tiny bit more data dictionary friendly

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.


  Commit: b5d77b872081524f25b216260550cbed2e202eba
      
https://github.com/tarantool/tarantool/commit/b5d77b872081524f25b216260550cbed2e202eba
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-19 (Fri, 19 Jul 2013)

  Changed paths:
    M client/tarantool/tc_cli.c

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/tc-fix'


  Commit: 4d2c51a98676ec570fa48a264118691f01081ffd
      
https://github.com/tarantool/tarantool/commit/4d2c51a98676ec570fa48a264118691f01081ffd
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-19 (Fri, 19 Jul 2013)

  Changed paths:
    M extra/tarantool_multi.sh

  Log Message:
  -----------
  New rpm spec installs tarantool to /usr/bin, not /usr/local/bin

@todo: manage instances in /etc/tarantool


  Commit: a7cd415a52b09535bed4aa6a5443ed3e86aef536
      
https://github.com/tarantool/tarantool/commit/a7cd415a52b09535bed4aa6a5443ed3e86aef536
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-19 (Fri, 19 Jul 2013)

  Changed paths:
    M extra/tarantool_multi.sh

  Log Message:
  -----------
  Merge branch 'stable'


  Commit: 3068be16bd26d5228ae5b2205bf96b7229462ed2
      
https://github.com/tarantool/tarantool/commit/3068be16bd26d5228ae5b2205bf96b7229462ed2
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-19 (Fri, 19 Jul 2013)

  Changed paths:
    R test/box/net_sql.mysql.result
    R test/box/net_sql.mysql.skipcond
    R test/box/net_sql.mysql.test
    R test/box/net_sql.pg.result
    R test/box/net_sql.pg.skipcond
    R test/box/net_sql.pg.test
    A test/box_lua/net_sql.mysql.result
    A test/box_lua/net_sql.mysql.skipcond
    A test/box_lua/net_sql.mysql.test
    A test/box_lua/net_sql.pg.result
    A test/box_lua/net_sql.pg.skipcond
    A test/box_lua/net_sql.pg.test

  Log Message:
  -----------
  Move net_sql.*.tests to box_lua folder. Prepare to move them to lua


  Commit: 73339bad5657f2b6b8c483b8ecc3d91463159087
      
https://github.com/tarantool/tarantool/commit/73339bad5657f2b6b8c483b8ecc3d91463159087
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-19 (Fri, 19 Jul 2013)

  Changed paths:
    M test/box_lua/net_sql.mysql.result
    M test/box_lua/net_sql.mysql.skipcond
    M test/box_lua/net_sql.mysql.test
    M test/box_lua/net_sql.pg.result
    M test/box_lua/net_sql.pg.skipcond
    M test/box_lua/net_sql.pg.test
    M test/test-run.py

  Log Message:
  -----------
  Move net_sql.*.test to lua. Also fix bugs with wrong catalogue of plugins


  Commit: 987501e7943696f6553a82569ce6578abe4a049c
      
https://github.com/tarantool/tarantool/commit/987501e7943696f6553a82569ce6578abe4a049c
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-19 (Fri, 19 Jul 2013)

  Changed paths:
    M test/big/bitset.result
    M test/big/bitset.test
    M test/big/lua/utils.lua
    M test/big/tree_pk.result
    M test/big/tree_pk.test
    M test/box_lua/fiber.result
    M test/box_lua/fiber.test
    M test/box_lua/info.result
    M test/box_lua/info.test
    M test/box_lua/ipc.result
    M test/box_lua/ipc.test
    M test/box_lua/lua_misc.result
    M test/box_lua/lua_misc.test
    M test/box_lua/net.box.result
    M test/box_lua/net.box.test
    M test/box_lua/net_sql.mysql.result
    M test/box_lua/net_sql.mysql.test
    M test/box_lua/net_sql.pg.result
    M test/box_lua/net_sql.pg.test
    M test/test-run.py

  Log Message:
  -----------
  Remove trailing whitespaces


  Commit: 791f7f735c5b7bbeca1ff08c3894b8f3acc57c56
      
https://github.com/tarantool/tarantool/commit/791f7f735c5b7bbeca1ff08c3894b8f3acc57c56
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-22 (Mon, 22 Jul 2013)

  Changed paths:
    M src/box/bitset_index.cc
    M src/box/bitset_index.h
    M src/box/hash_index.cc
    M src/box/hash_index.h
    M src/box/index.cc
    M src/box/index.h
    M src/box/space.cc
    M src/box/tree_index.cc
    M src/box/tree_index.h
    M test/python/sql.result

  Log Message:
  -----------
  Refactor Index API to move build() to a single method based on existing
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.


  Commit: 184ab11ef5b910e0f7bc70c98375837820cac5ef
      
https://github.com/tarantool/tarantool/commit/184ab11ef5b910e0f7bc70c98375837820cac5ef
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M src/box/tree_index.cc

  Log Message:
  -----------
  Fix incorrect sizeof() in box/tree_index.cc


  Commit: dadf739728b0000a19b10f9740fcd6c3aa93550c
      
https://github.com/tarantool/tarantool/commit/dadf739728b0000a19b10f9740fcd6c3aa93550c
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Log Message:
  -----------
  Merge branch 'stable'

Conflicts:
        src/box/tree_index.cc


  Commit: 6495187bc7cf0262b2e16b24e8ceb2056a476eb9
      
https://github.com/tarantool/tarantool/commit/6495187bc7cf0262b2e16b24e8ceb2056a476eb9
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    R test/lib/lua_tarantool_server.py
    R test/lib/python_tarantool_server.py
    M test/lib/tarantool_server.py
    M test/lib/test_suite.py

  Log Message:
  -----------
  Moving *Test classes and add generation


  Commit: 1428c8d727d7a09dedb0f80db52b0d117fa10713
      
https://github.com/tarantool/tarantool/commit/1428c8d727d7a09dedb0f80db52b0d117fa10713
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M src/box/box_lua_space.cc
    M src/box/space.cc
    M src/box/space.h

  Log Message:
  -----------
  Allow gaps in index identifiers. Remove primary_indexes_enabled,
secondary_indexes_enabled.


  Commit: d9413c8d0c9d352491d89181a1069adc45b3a681
      
https://github.com/tarantool/tarantool/commit/d9413c8d0c9d352491d89181a1069adc45b3a681
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    R test/big/bitset.test
    A test/big/bitset.test.lua
    R test/big/hash.test
    A test/big/hash.test.lua
    R test/big/hash_multipart.test
    A test/big/hash_multipart.test.lua
    R test/big/iterator.test
    A test/big/iterator.test.lua
    R test/big/lua.test
    A test/big/lua.test.lua
    A test/big/sql.result
    A test/big/sql.test.py
    M test/big/suite.ini
    R test/big/tree_pk.test
    A test/big/tree_pk.test.lua
    R test/big/tree_pk_multipart.test
    A test/big/tree_pk_multipart.test.lua
    R test/big/tree_variants.test
    A test/big/tree_variants.test.lua
    R test/box/admin.test
    A test/box/admin.test.py
    A test/box/admin_coredump.result
    A test/box/admin_coredump.test.lua
    R test/box/args.test
    A test/box/args.test.py
    A test/box/cjson.result
    A test/box/cjson.test.lua
    R test/box/configuration.test
    A test/box/configuration.test.py
    A test/box/errinj.result
    A test/box/errinj.test.lua
    A test/box/fiber.result
    A test/box/fiber.test.lua
    A test/box/info.result
    A test/box/info.test.lua
    A test/box/ipc.result
    A test/box/ipc.test.lua
    R test/box/iproto.test
    A test/box/iproto.test.py
    R test/box/lua.test
    A test/box/lua.test.py
    A test/box/lua_box_uuid.result
    A test/box/lua_box_uuid.skipcond
    A test/box/lua_box_uuid.test.lua
    A test/box/lua_misc.result
    A test/box/lua_misc.test.lua
    A test/box/net.box.result
    A test/box/net.box.test.lua
    A test/box/net_sql.mysql.result
    A test/box/net_sql.mysql.skipcond
    A test/box/net_sql.mysql.test.lua
    A test/box/net_sql.pg.result
    A test/box/net_sql.pg.skipcond
    A test/box/net_sql.pg.test.lua
    R test/box/protocol.test
    A test/box/protocol.test.py
    R test/box/reconfigure.test
    A test/box/reconfigure.test.py
    R test/box/session.test
    A test/box/session.test.py
    R test/box/snapshot.test
    A test/box/snapshot.test.py
    R test/box/socket.test
    A test/box/socket.test.py
    R test/box/sql.test
    A test/box/sql.test.py
    R test/box/stat.test
    A test/box/stat.test.py
    M test/box/suite.ini
    R test/box/xlog.test
    A test/box/xlog.test.py
    R test/box_lua/admin_coredump.result
    R test/box_lua/admin_coredump.test
    R test/box_lua/cjson.result
    R test/box_lua/cjson.test
    R test/box_lua/errinj.result
    R test/box_lua/errinj.test
    R test/box_lua/fiber.result
    R test/box_lua/fiber.test
    R test/box_lua/info.result
    R test/box_lua/info.test
    R test/box_lua/ipc.result
    R test/box_lua/ipc.test
    R test/box_lua/lua_box_uuid.result
    R test/box_lua/lua_box_uuid.skipcond
    R test/box_lua/lua_box_uuid.test
    R test/box_lua/lua_misc.result
    R test/box_lua/lua_misc.test
    R test/box_lua/net.box.result
    R test/box_lua/net.box.test
    R test/box_lua/net_sql.mysql.result
    R test/box_lua/net_sql.mysql.skipcond
    R test/box_lua/net_sql.mysql.test
    R test/box_lua/net_sql.pg.result
    R test/box_lua/net_sql.pg.skipcond
    R test/box_lua/net_sql.pg.test
    R test/box_lua/suite.ini
    R test/box_lua/tarantool.cfg
    R test/connector_c/connector.test
    A test/connector_c/connector.test.py
    R test/connector_c/snap.test
    A test/connector_c/snap.test.py
    M test/connector_c/suite.ini
    R test/connector_c/tp.test
    A test/connector_c/tp.test.py
    R test/connector_c/update.test
    A test/connector_c/update.test.py
    R test/connector_c/xlog_rpl.test
    A test/connector_c/xlog_rpl.test.py
    M test/lib/admin_connection.py
    M test/lib/tarantool_connection.py
    M test/lib/tarantool_server.py
    M test/lib/test_suite.py
    R test/memcached/binary-get.test
    A test/memcached/binary-get.test.py
    R test/memcached/bogus-commands.test
    A test/memcached/bogus-commands.test.py
    R test/memcached/cas.test
    A test/memcached/cas.test.py
    R test/memcached/expirations.test
    A test/memcached/expirations.test.py
    R test/memcached/flags.test
    A test/memcached/flags.test.py
    R test/memcached/flush-all.test
    A test/memcached/flush-all.test.py
    R test/memcached/getset.test
    A test/memcached/getset.test.py
    R test/memcached/incrdecr.test
    A test/memcached/incrdecr.test.py
    R test/memcached/lua.test
    A test/memcached/lua.test.py
    R test/memcached/multiversioning.test
    A test/memcached/multiversioning.test.py
    R test/memcached/noreply.test
    A test/memcached/noreply.test.py
    R test/memcached/off.test
    A test/memcached/off.test.py
    M test/memcached/suite.ini
    R test/python/sql.result
    R test/python/sql.test
    R test/python/suite.ini
    R test/python/tarantool.cfg
    R test/replication/consistent.test
    A test/replication/consistent.test.py
    R test/replication/hot_standby.test
    A test/replication/hot_standby.test.py
    R test/replication/memcached.test
    A test/replication/memcached.test.py
    M test/replication/suite.ini
    R test/replication/swap.test
    A test/replication/swap.test.py
    R test/wal/lua.test
    A test/wal/lua.test.py
    R test/wal/oom.test
    A test/wal/oom.test.py
    M test/wal/suite.ini
    R test/wal/wal_mode.test
    A test/wal/wal_mode.test.py

  Log Message:
  -----------
  Returning tests to their previous place. Fixing error in 
tarantool_connection, that prevernts reconnection. Fixing bug in cas.test


  Commit: 8a7ce9455533513c7d57703e1f948b144784bed3
      
https://github.com/tarantool/tarantool/commit/8a7ce9455533513c7d57703e1f948b144784bed3
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M test/lib/admin_connection.py
    M test/lib/tarantool_connection.py

  Log Message:
  -----------
  Moving extra call code to admin_connection


  Commit: 03bf3bb3e05b15ffedfa4e840e898d0b3e41b0e2
      
https://github.com/tarantool/tarantool/commit/03bf3bb3e05b15ffedfa4e840e898d0b3e41b0e2
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Log Message:
  -----------
  Merge branch 'master' of github.com:tarantool/tarantool


  Commit: 600f98c88ab2972cdfa760da4a0a678230bf731a
      
https://github.com/tarantool/tarantool/commit/600f98c88ab2972cdfa760da4a0a678230bf731a
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    M src/box/box_lua.cc
    M src/box/request.cc
    M src/box/request.h

  Log Message:
  -----------
  Extract request parser from execute_XXX methods


  Commit: c95e7b554e454d4e5fd256b7cdc770ef310fc8f4
      
https://github.com/tarantool/tarantool/commit/c95e7b554e454d4e5fd256b7cdc770ef310fc8f4
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    M src/lua/init.cc

  Log Message:
  -----------
  Fix for bug #1204040: cdata, that returns, may be not only UINT64 or INT64


  Commit: 02f5afc6844e80eacc08c3a85029c54be2076fbc
      
https://github.com/tarantool/tarantool/commit/02f5afc6844e80eacc08c3a85029c54be2076fbc
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    M src/lua/init.cc

  Log Message:
  -----------
  Merge branch 'stable'


  Commit: 68d8ccc741df3180e0bc779f1ae42e14146ca04f
      
https://github.com/tarantool/tarantool/commit/68d8ccc741df3180e0bc779f1ae42e14146ca04f
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    M include/assoc.h
    M src/box/space.cc
    M src/fiber.cc
    M src/session.cc

  Log Message:
  -----------
  Define mh_key_t in mh_i32ptr_hash to enable mh_find().


  Commit: dad33261e21f31d1a7d5cd5f3f82e62094941cea
      
https://github.com/tarantool/tarantool/commit/dad33261e21f31d1a7d5cd5f3f82e62094941cea
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update README.md


  Commit: d01970efb2858a2dc0e08ffc1530c9e3bd4c4a64
      
https://github.com/tarantool/tarantool/commit/d01970efb2858a2dc0e08ffc1530c9e3bd4c4a64
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

  Changed paths:
    M src/box/box_lua.cc
    M src/box/box_lua.h
    M src/box/request.cc
    M src/box/request.h

  Log Message:
  -----------
  Use const request everywhere


  Commit: 65b991b6decd917009ed7674c0acc129ac9b7e06
      
https://github.com/tarantool/tarantool/commit/65b991b6decd917009ed7674c0acc129ac9b7e06
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

  Changed paths:
    M README.md
    M include/assoc.h
    M src/box/space.cc
    M src/fiber.cc
    M src/lua/init.cc
    M src/session.cc

  Log Message:
  -----------
  Merge branch 'master' into request-refactoring


  Commit: a45202df4bdc8900270b96784847312bff7360db
      
https://github.com/tarantool/tarantool/commit/a45202df4bdc8900270b96784847312bff7360db
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

  Changed paths:
    M extra/tarantool_deploy.sh
    M extra/tarantool_multi.sh

  Log Message:
  -----------
  fix rpm deployment prefixes.


  Commit: 073ba34baa1ae60e39b996ee762070423eb7d81c
      
https://github.com/tarantool/tarantool/commit/073ba34baa1ae60e39b996ee762070423eb7d81c
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

  Changed paths:
    M extra/tarantool_deploy.sh
    M extra/tarantool_multi.sh

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/rpm-fix'


  Commit: e230783584f09096fdbee25ff18a6c164bd1545e
      
https://github.com/tarantool/tarantool/commit/e230783584f09096fdbee25ff18a6c164bd1545e
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-26 (Fri, 26 Jul 2013)

  Changed paths:
    M test/lib/tarantool_server.py

  Log Message:
  -----------
  Fix for handling  of --init-storage fail


  Commit: 47155fdc005a33c2eb992ba27cb0fa44047aeaee
      
https://github.com/tarantool/tarantool/commit/47155fdc005a33c2eb992ba27cb0fa44047aeaee
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M test/big/bitset.result
    M test/big/bitset.test
    M test/big/lua/utils.lua
    M test/big/tree_pk.result
    M test/big/tree_pk.test
    R test/box/admin_coredump.result
    R test/box/admin_coredump.test
    R test/box/cjson.result
    R test/box/cjson.test
    R test/box/errinj.result
    R test/box/errinj.test
    R test/box/fiber.result
    R test/box/fiber.test
    R test/box/info.result
    R test/box/info.test
    R test/box/ipc.result
    R test/box/ipc.test
    R test/box/lua_box_uuid.result
    R test/box/lua_box_uuid.skipcond
    R test/box/lua_box_uuid.test
    R test/box/lua_misc.result
    R test/box/lua_misc.test
    R test/box/net.box.result
    R test/box/net.box.test
    R test/box/net_sql.mysql.result
    R test/box/net_sql.mysql.skipcond
    R test/box/net_sql.mysql.test
    R test/box/net_sql.pg.result
    R test/box/net_sql.pg.skipcond
    R test/box/net_sql.pg.test
    A test/box_lua/admin_coredump.result
    A test/box_lua/admin_coredump.test
    A test/box_lua/cjson.result
    A test/box_lua/cjson.test
    A test/box_lua/errinj.result
    A test/box_lua/errinj.test
    A test/box_lua/fiber.result
    A test/box_lua/fiber.test
    A test/box_lua/info.result
    A test/box_lua/info.test
    A test/box_lua/ipc.result
    A test/box_lua/ipc.test
    A test/box_lua/lua_box_uuid.result
    A test/box_lua/lua_box_uuid.skipcond
    A test/box_lua/lua_box_uuid.test
    A test/box_lua/lua_misc.result
    A test/box_lua/lua_misc.test
    A test/box_lua/net.box.result
    A test/box_lua/net.box.test
    A test/box_lua/net_sql.mysql.result
    A test/box_lua/net_sql.mysql.skipcond
    A test/box_lua/net_sql.mysql.test
    A test/box_lua/net_sql.pg.result
    A test/box_lua/net_sql.pg.skipcond
    A test/box_lua/net_sql.pg.test
    A test/box_lua/suite.ini
    A test/box_lua/tarantool.cfg
    M test/test-run.py

  Log Message:
  -----------
  Merge branch 'tt-box-luafy'


  Commit: 184208da2ea2100fe2fdf2b0bfb82412829c9282
      
https://github.com/tarantool/tarantool/commit/184208da2ea2100fe2fdf2b0bfb82412829c9282
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    R test/big/bitset.test
    A test/big/bitset.test.lua
    R test/big/hash.test
    A test/big/hash.test.lua
    R test/big/hash_multipart.test
    A test/big/hash_multipart.test.lua
    R test/big/iterator.test
    A test/big/iterator.test.lua
    R test/big/lua.test
    A test/big/lua.test.lua
    A test/big/sql.result
    A test/big/sql.test.py
    M test/big/suite.ini
    R test/big/tree_pk.test
    A test/big/tree_pk.test.lua
    R test/big/tree_pk_multipart.test
    A test/big/tree_pk_multipart.test.lua
    R test/big/tree_variants.test
    A test/big/tree_variants.test.lua
    R test/box/admin.test
    A test/box/admin.test.py
    A test/box/admin_coredump.result
    A test/box/admin_coredump.test.lua
    R test/box/args.test
    A test/box/args.test.py
    A test/box/cjson.result
    A test/box/cjson.test.lua
    R test/box/configuration.test
    A test/box/configuration.test.py
    A test/box/errinj.result
    A test/box/errinj.test.lua
    A test/box/fiber.result
    A test/box/fiber.test.lua
    A test/box/info.result
    A test/box/info.test.lua
    A test/box/ipc.result
    A test/box/ipc.test.lua
    R test/box/iproto.test
    A test/box/iproto.test.py
    R test/box/lua.test
    A test/box/lua.test.py
    A test/box/lua_box_uuid.result
    A test/box/lua_box_uuid.skipcond
    A test/box/lua_box_uuid.test.lua
    A test/box/lua_misc.result
    A test/box/lua_misc.test.lua
    A test/box/net.box.result
    A test/box/net.box.test.lua
    A test/box/net_sql.mysql.result
    A test/box/net_sql.mysql.skipcond
    A test/box/net_sql.mysql.test.lua
    A test/box/net_sql.pg.result
    A test/box/net_sql.pg.skipcond
    A test/box/net_sql.pg.test.lua
    R test/box/protocol.test
    A test/box/protocol.test.py
    R test/box/reconfigure.test
    A test/box/reconfigure.test.py
    R test/box/session.test
    A test/box/session.test.py
    R test/box/snapshot.test
    A test/box/snapshot.test.py
    R test/box/socket.test
    A test/box/socket.test.py
    R test/box/sql.test
    A test/box/sql.test.py
    R test/box/stat.test
    A test/box/stat.test.py
    M test/box/suite.ini
    R test/box/xlog.test
    A test/box/xlog.test.py
    R test/box_lua/admin_coredump.result
    R test/box_lua/admin_coredump.test
    R test/box_lua/cjson.result
    R test/box_lua/cjson.test
    R test/box_lua/errinj.result
    R test/box_lua/errinj.test
    R test/box_lua/fiber.result
    R test/box_lua/fiber.test
    R test/box_lua/info.result
    R test/box_lua/info.test
    R test/box_lua/ipc.result
    R test/box_lua/ipc.test
    R test/box_lua/lua_box_uuid.result
    R test/box_lua/lua_box_uuid.skipcond
    R test/box_lua/lua_box_uuid.test
    R test/box_lua/lua_misc.result
    R test/box_lua/lua_misc.test
    R test/box_lua/net.box.result
    R test/box_lua/net.box.test
    R test/box_lua/net_sql.mysql.result
    R test/box_lua/net_sql.mysql.skipcond
    R test/box_lua/net_sql.mysql.test
    R test/box_lua/net_sql.pg.result
    R test/box_lua/net_sql.pg.skipcond
    R test/box_lua/net_sql.pg.test
    R test/box_lua/suite.ini
    R test/box_lua/tarantool.cfg
    R test/connector_c/connector.test
    A test/connector_c/connector.test.py
    R test/connector_c/snap.test
    A test/connector_c/snap.test.py
    M test/connector_c/suite.ini
    R test/connector_c/tp.test
    A test/connector_c/tp.test.py
    R test/connector_c/update.test
    A test/connector_c/update.test.py
    R test/connector_c/xlog_rpl.test
    A test/connector_c/xlog_rpl.test.py
    M test/lib/admin_connection.py
    R test/lib/lua_tarantool_server.py
    R test/lib/python_tarantool_server.py
    M test/lib/tarantool_connection.py
    M test/lib/tarantool_server.py
    M test/lib/test_suite.py
    R test/memcached/binary-get.test
    A test/memcached/binary-get.test.py
    R test/memcached/bogus-commands.test
    A test/memcached/bogus-commands.test.py
    R test/memcached/cas.test
    A test/memcached/cas.test.py
    R test/memcached/expirations.test
    A test/memcached/expirations.test.py
    R test/memcached/flags.test
    A test/memcached/flags.test.py
    R test/memcached/flush-all.test
    A test/memcached/flush-all.test.py
    R test/memcached/getset.test
    A test/memcached/getset.test.py
    R test/memcached/incrdecr.test
    A test/memcached/incrdecr.test.py
    R test/memcached/lua.test
    A test/memcached/lua.test.py
    R test/memcached/multiversioning.test
    A test/memcached/multiversioning.test.py
    R test/memcached/noreply.test
    A test/memcached/noreply.test.py
    R test/memcached/off.test
    A test/memcached/off.test.py
    M test/memcached/suite.ini
    R test/python/sql.result
    R test/python/sql.test
    R test/python/suite.ini
    R test/python/tarantool.cfg
    R test/replication/consistent.test
    A test/replication/consistent.test.py
    R test/replication/hot_standby.test
    A test/replication/hot_standby.test.py
    R test/replication/memcached.test
    A test/replication/memcached.test.py
    M test/replication/suite.ini
    R test/replication/swap.test
    A test/replication/swap.test.py
    R test/wal/lua.test
    A test/wal/lua.test.py
    R test/wal/oom.test
    A test/wal/oom.test.py
    M test/wal/suite.ini
    R test/wal/wal_mode.test
    A test/wal/wal_mode.test.py

  Log Message:
  -----------
  Merge branch 'tt-merge-servers'


  Commit: d08749f84b0559fc586379f32be1bc005624cfc5
      
https://github.com/tarantool/tarantool/commit/d08749f84b0559fc586379f32be1bc005624cfc5
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M README.md
    M client/tarantool/tc_cli.c
    M extra/tarantool_deploy.sh
    M extra/tarantool_multi.sh
    M include/assoc.h
    M include/box/box.h
    M include/log_io.h
    M include/session.h
    A include/trigger.h
    M src/box/bitset_index.cc
    M src/box/bitset_index.h
    M src/box/box.cc
    M src/box/box_lua.cc
    M src/box/box_lua.h
    M src/box/box_lua_space.cc
    M src/box/box_lua_space.h
    M src/box/hash_index.cc
    M src/box/hash_index.h
    M src/box/index.cc
    M src/box/index.h
    M src/box/key_def.cc
    M src/box/key_def.h
    M src/box/request.cc
    M src/box/request.h
    M src/box/space.cc
    M src/box/space.h
    M src/box/tree_index.cc
    M src/box/tree_index.h
    M src/box/tuple.cc
    M src/fiber.cc
    M src/log_io.cc
    M src/lua/init.cc
    M src/lua/session.cc
    M src/memcached.cc
    M src/session.cc
    M src/tarantool.cc
    R test/big/bitset.lua
    M test/big/bitset.result
    R test/big/bitset.test
    A test/big/bitset.test.lua
    M test/big/hash.result
    R test/big/hash.test
    A test/big/hash.test.lua
    M test/big/hash_multipart.result
    R test/big/hash_multipart.test
    A test/big/hash_multipart.test.lua
    R test/big/index_random_test.lua
    M test/big/iterator.result
    R test/big/iterator.test
    A test/big/iterator.test.lua
    M test/big/lua.result
    R test/big/lua.test
    A test/big/lua.test.lua
    A test/big/lua/bitset.lua
    A test/big/lua/index_random_test.lua
    A test/big/lua/push.lua
    A test/big/lua/utils.lua
    R test/big/push.lua
    M test/big/sql.result
    R test/big/sql.test
    A test/big/sql.test.py
    M test/big/suite.ini
    M test/big/tree_pk.result
    R test/big/tree_pk.test
    A test/big/tree_pk.test.lua
    M test/big/tree_pk_multipart.result
    R test/big/tree_pk_multipart.test
    A test/big/tree_pk_multipart.test.lua
    M test/big/tree_variants.result
    R test/big/tree_variants.test
    A test/big/tree_variants.test.lua
    R test/big/utils.lua
    R test/box/admin.test
    A test/box/admin.test.py
    M test/box/admin_coredump.result
    R test/box/admin_coredump.test
    A test/box/admin_coredump.test.lua
    R test/box/args.test
    A test/box/args.test.py
    M test/box/cjson.result
    R test/box/cjson.test
    A test/box/cjson.test.lua
    R test/box/configuration.test
    A test/box/configuration.test.py
    M test/box/errinj.result
    R test/box/errinj.test
    A test/box/errinj.test.lua
    M test/box/fiber.result
    R test/box/fiber.test
    A test/box/fiber.test.lua
    M test/box/info.result
    R test/box/info.test
    A test/box/info.test.lua
    M test/box/ipc.result
    R test/box/ipc.test
    A test/box/ipc.test.lua
    R test/box/iproto.test
    A test/box/iproto.test.py
    M test/box/lua.result
    R test/box/lua.test
    A test/box/lua.test.py
    M test/box/lua_box_uuid.result
    M test/box/lua_box_uuid.skipcond
    R test/box/lua_box_uuid.test
    A test/box/lua_box_uuid.test.lua
    M test/box/lua_misc.result
    R test/box/lua_misc.test
    A test/box/lua_misc.test.lua
    M test/box/net.box.result
    R test/box/net.box.test
    A test/box/net.box.test.lua
    M test/box/net_sql.mysql.result
    M test/box/net_sql.mysql.skipcond
    R test/box/net_sql.mysql.test
    A test/box/net_sql.mysql.test.lua
    M test/box/net_sql.pg.result
    M test/box/net_sql.pg.skipcond
    R test/box/net_sql.pg.test
    A test/box/net_sql.pg.test.lua
    R test/box/protocol.test
    A test/box/protocol.test.py
    R test/box/reconfigure.test
    A test/box/reconfigure.test.py
    R test/box/session.test
    A test/box/session.test.py
    R test/box/snapshot.test
    A test/box/snapshot.test.py
    R test/box/socket.test
    A test/box/socket.test.py
    R test/box/sql.test
    A test/box/sql.test.py
    R test/box/stat.test
    A test/box/stat.test.py
    M test/box/suite.ini
    R test/box/xlog.test
    A test/box/xlog.test.py
    R test/connector_c/connector.test
    A test/connector_c/connector.test.py
    R test/connector_c/snap.test
    A test/connector_c/snap.test.py
    M test/connector_c/suite.ini
    R test/connector_c/tp.test
    A test/connector_c/tp.test.py
    R test/connector_c/update.test
    A test/connector_c/update.test.py
    R test/connector_c/xlog_rpl.test
    A test/connector_c/xlog_rpl.test.py
    M test/lib/admin_connection.py
    R test/lib/lua_tarantool_server.py
    R test/lib/python_tarantool_server.py
    M test/lib/tarantool_connection.py
    M test/lib/tarantool_server.py
    M test/lib/test_suite.py
    R test/memcached/binary-get.test
    A test/memcached/binary-get.test.py
    R test/memcached/bogus-commands.test
    A test/memcached/bogus-commands.test.py
    R test/memcached/cas.test
    A test/memcached/cas.test.py
    R test/memcached/expirations.test
    A test/memcached/expirations.test.py
    R test/memcached/flags.test
    A test/memcached/flags.test.py
    R test/memcached/flush-all.test
    A test/memcached/flush-all.test.py
    R test/memcached/getset.test
    A test/memcached/getset.test.py
    R test/memcached/incrdecr.test
    A test/memcached/incrdecr.test.py
    M test/memcached/lua.result
    R test/memcached/lua.test
    A test/memcached/lua.test.py
    R test/memcached/multiversioning.test
    A test/memcached/multiversioning.test.py
    R test/memcached/noreply.test
    A test/memcached/noreply.test.py
    R test/memcached/off.test
    A test/memcached/off.test.py
    M test/memcached/suite.ini
    R test/replication/consistent.test
    A test/replication/consistent.test.py
    R test/replication/hot_standby.test
    A test/replication/hot_standby.test.py
    R test/replication/memcached.test
    A test/replication/memcached.test.py
    M test/replication/suite.ini
    R test/replication/swap.test
    A test/replication/swap.test.py
    M test/test-run.py
    R test/wal/lua.test
    A test/wal/lua.test.py
    R test/wal/oom.test
    A test/wal/oom.test.py
    M test/wal/suite.ini
    R test/wal/wal_mode.test
    A test/wal/wal_mode.test.py

  Log Message:
  -----------
  Merge branch 'master' into proxy

Conflicts:
        test/box/lua.result


Compare: 
https://github.com/tarantool/tarantool/compare/e6ca7132c5c6...d08749f84b05
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to