Open beihai0xff opened 2 years ago
Since MySQL 8.0.1 introduces two new features SKIP LOCKED and NOWAIT to handle hot rows Locking (FOR UPDATE), could go-mysql-server support this?
The MySQL doc: MySQL 8.0.1: Using SKIP LOCKED and NOWAIT to handle hot rows
We can support parsing these constructs in the short term, but the built-in in-memory database implementation is currently not even thread safe.
We're a long way from having row-level locking.
Since MySQL 8.0.1 introduces two new features SKIP LOCKED and NOWAIT to handle hot rows Locking (FOR UPDATE), could go-mysql-server support this?
The MySQL doc: MySQL 8.0.1: Using SKIP LOCKED and NOWAIT to handle hot rows