Bug #73014 | get key1 key2 multiple command, cannot get right value of key1 | ||
---|---|---|---|
Submitted: | 16 Jun 2014 10:36 | Modified: | 24 Jul 2014 3:48 |
Reporter: | 徹 赤松 | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Memcached | Severity: | S2 (Serious) |
Version: | mysql-5.7.4-m14 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | get, keys, memcached, multiple |
[16 Jun 2014 10:36]
徹 赤松
[11 Jul 2014 13:17]
MySQL Verification Team
Thank you for the report. Could you please share how you are setting BB or exact repeatable test case? I'm not seeing any issues here at my end: mysql> select * from demo_test; +----+--------------+------+------+------------+ | c1 | c2 | c3 | c4 | c5 | +----+--------------+------+------+------------+ | AA | HELLO, HELLO | 8 | 0 | 0 | | BB | Hello, Hello | 0 | 5 | 1405227608 | +----+--------------+------+------+------------+ 2 rows in set (0.00 sec) mysql> select version(); +---------------+ | version() | +---------------+ | 5.7.4-m14-log | +---------------+ 1 row in set (0.00 sec) // $ telnet 127.0.0.1 11211 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. get AA VALUE AA 8 12 HELLO, HELLO END get BB END set BB 0 3600 12 Hello, Hello STORED get AA VALUE AA 8 12 HELLO, HELLO END get BB VALUE BB 0 12 Hello, Hello END get BB AA VALUE BB 0 12 HELLO, HELLO VALUE AA 8 12 HELLO, HELLO END get AA BB VALUE AA 8 12 Hello, Hello VALUE BB 0 12 Hello, Hello END get BB AA VALUE BB 0 12 HELLO, HELLO VALUE AA 8 12 HELLO, HELLO END gets BB AA VALUE BB 0 12 5 HELLO, HELLO VALUE AA 8 12 0 HELLO, HELLO END
[12 Jul 2014 9:06]
MySQL Verification Team
Also, see Bug #73226
[14 Jul 2014 20:15]
徹 赤松
Thank you for your replay, dir Umesh. In this your check, VALUE AA is "HELLO, HELLO" and VALUE BB is "Hello, Hello". get AA BB VALUE AA 8 12 Hello, Hello *Wrong result! VALUE BB 0 12 Hello, Hello END get BB AA VALUE BB 0 12 HELLO, HELLO *Wrong result! VALUE AA 8 12 HELLO, HELLO END
[16 Jul 2014 4:24]
MySQL Verification Team
Thank you for the feedback.
[24 Jul 2014 3:48]
Erlend Dahl
Duplicate of Bug#72453 InnoDB Memcached Plugin "gets" command