Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: ad1628331c12bcecb7d06d9de80c9d21f5ddbc80
      
https://github.com/mailru/tarantool/commit/ad1628331c12bcecb7d06d9de80c9d21f5ddbc80
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-06-21 (Fri, 21 Jun 2013)

  Changed paths:
    M include/errcode.h
    M src/box/bitset_index.cc
    M src/box/box_lua.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/tree_index.cc
    M test/big/hash.result
    M test/big/iterator.result
    M test/big/lua.result
    M test/big/tree_pk_multipart.result
    M test/box/lua.result

  Log Message:
  -----------
  Rework keys validation procedure. Fix Bug#1032590.


  Commit: 9f11c4a8fac302740d555fd05a969822f2223455
      
https://github.com/mailru/tarantool/commit/9f11c4a8fac302740d555fd05a969822f2223455
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-06-22 (Sat, 22 Jun 2013)

  Changed paths:
    M src/box/bitset_index.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/tree_index.cc
    M test/big/hash.result
    M test/big/tree_pk_multipart.result

  Log Message:
  -----------
  key-validate: review fixes

- introduce primary_key_validate
- make asserts follow the coding style
- the original patch introduced a regression
in the error message when using a multi-part
key in update/delete: since, in the original patch,
key_validate was invoked before primary-key validation,
the error message changed to a less suitable one. Remove
this.
- an assert that something is not NULL is useless noise,
since a few lines down there's definitely going to be
NULL pointer dereference.


Compare: https://github.com/mailru/tarantool/compare/7fae4b6f5f29...9f11c4a8fac3
_______________________________________________
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