[Tarantool-patches] [PATCH v2] tuple: fix non-informative update() error message

Chris Sosnin k.sosnin at tarantool.org
Sat Nov 30 03:09:42 MSK 2019


Sorry for my mistake again, here is the diff:
+		const char *str = tt_sprintf("wrong number of arguments, "\
+					     "expected %u, got %u",
+					     op->meta->arg_count, arg_count);

branch: https://github.com/tarantool/tarantool/tree/ksosnin/gh-3884-update-error
issue: https://github.com/tarantool/tarantool/issues/3884


More information about the Tarantool-patches mailing list