server CALL processing bug with name path longer than two
Bug #1034912 reported by
Dmitry Simonenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tarantool |
Fix Released
|
High
|
Dmitry Simonenko |
Bug Description
localhost> call box.test(0)
Call OK, 1 rows affected
['test']
localhost> call box.counter.test(0)
Call ERROR, Return type 'table' is not supported in the binary protocol (ER_PROC_RET)
localhost>
Changed in tarantool: | |
assignee: | nobody → Dmitry Simonenko (pmwkaa) |
Changed in tarantool: | |
milestone: | none → 1.4.8 |
Changed in tarantool: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
fixed on branch bug1034912: /github. com/mailru/ tarantool/ tree/bug1034912
https:/