Bug #95094 Feature request: memcached incr/delete changes
Submitted: 23 Apr 2019 23:13 Modified: 24 Apr 2019 9:59
Reporter: Maksym Matiukhin Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Memcached Severity:S4 (Feature request)
Version:8.0.12 OS:Any
Assigned to: CPU Architecture:Any

[23 Apr 2019 23:13] Maksym Matiukhin
Description:
According to the https://dev.mysql.com/doc/refman/8.0/en/innodb-memcached-intro.html memcached commands INCR and DELETE doesn't work with @@notation.

Here is an example:
----
DELETE @@numbers.1
ERROR

get @@numbers
VALUE @@numbers 0 24
test/numbers
END

delete 1
DELETED
---
So INCR and DELETE works only with default table_id. Other memcache commands work with @@notation. These special cases for INCR/DELETE commands are not convenient to work with. And @@notation is convenient to work on a mysql-server with many memcached table_id's

Would it be possible to make all memcached commands to work with @@notation, plase?

Thanks

How to repeat:
not available,
it is a feature request.
[24 Apr 2019 9:59] MySQL Verification Team
Hello Maksym,

Thank you for the feature request!

regards,
Umesh