Branch: refs/heads/master
Home: https://github.com/tarantool/tarantool
Commit: dd572eed55b96b4652fc8241904724b75113feae
https://github.com/tarantool/tarantool/commit/dd572eed55b96b4652fc8241904724b75113feae
Author: Konstantin Osipov <[email protected]>
Date: 2013-09-12 (Thu, 12 Sep 2013)
Changed paths:
M src/box/alter.cc
M src/box/box_lua.cc
M src/box/key_def.cc
M src/box/lua/schema.lua
M src/box/space.cc
M src/box/space.h
M test/box/alter_limits.result
M test/box/alter_limits.test.lua
M test/box/lua.result
Log Message:
-----------
Continue adding test coverage for the new data dictionary: ALTER INDEX.
Debug index:alter().
Add tests for changes in index id, name, type, unique/not unique.
Make box.space[i].index[j] output yaml-parsable (- idx: index 0
parsing problem).
Commit: d81461afb485572da72dffc3c6ab91ce59dd2e31
https://github.com/tarantool/tarantool/commit/d81461afb485572da72dffc3c6ab91ce59dd2e31
Author: Konstantin Osipov <[email protected]>
Date: 2013-09-12 (Thu, 12 Sep 2013)
Changed paths:
M include/errcode.h
M src/box/alter.cc
M src/box/key_def.cc
M src/box/lua/schema.lua
M src/box/tuple.cc
M src/box/tuple.h
M test/big/sql.result
M test/big/tree_pk_multipart.result
M test/box/alter_limits.result
M test/box/alter_limits.test.lua
M test/box/lua.result
M test/box/lua_misc.result
M test/lib/sql_ast.py
Log Message:
-----------
Continue covering MODIFY INDEX with tests.
Implement tuple validation when building a new index.
This introduces such checks as for field type, presence of a field,
etc. in all tuples added to the new index.
Add error code ER_INDEX_ARITY, update tests.
Add a check that the primary key is always unique.
Test unique -> non-unique transition.
Compare:
https://github.com/tarantool/tarantool/compare/a07c5e83a2b9...d81461afb485
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp