Activity log for bug #702397

Date Who What changed Old value New value Message
2011-01-13 15:07:30 Kostja Osipov bug added bug
2011-02-09 17:35:44 Kostja Osipov tarantool: importance Undecided Wishlist
2011-02-09 17:35:51 Kostja Osipov tarantool: status New Confirmed
2011-03-16 18:14:29 Kostja Osipov description If tuple count in SELECT packet is 0, the server does not reply with an error, but returns an empty result set. Produce an error instead. If tuple count in SELECT packet is 0, the server does not reply with an error, but returns an empty result set. Produce an error instead. How to repeat: An exemplary problematic request looks like below: request type, 4 bytes = 17 (select) body length, 4 bytes = 20 request id, 4 bytes = 0 namespace no, 4 bytes = 0 index_no, 4 bytes = 0 offset, 4 bytes = 0 limit, 4 bytes = MAX_INT tuple count, 4 bytes = 0
2011-03-18 10:25:02 Kostja Osipov tarantool: assignee Damien Lefortier (damien-lefortier)
2011-03-18 10:25:06 Kostja Osipov tarantool: milestone 1.3.5
2011-03-18 10:25:23 Kostja Osipov tarantool: status Confirmed In Progress
2011-03-21 22:24:35 Damien Lefortier tarantool: status In Progress Fix Committed
2011-05-14 12:33:51 Kostja Osipov tarantool: status Fix Committed Fix Released