Bug #91208 INSERT DELAYED removed, but still referred in docs.
Submitted: 11 Jun 2018 10:19 Modified: 13 Jun 2018 1:03
Reporter: Peter Laursen (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0 OS:Any (8.x)
Assigned to: CPU Architecture:Any

[11 Jun 2018 10:19] Peter Laursen
Description:
I think that from here https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html the passage "lock_wait_timeout does not apply to delayed inserts, which always execute with a timeout of 1 year. This is done to avoid unnecessary timeouts because a session that issues a delayed insert receives no notification of delayed insert timeouts."

.. should be removed in the light of https://dev.mysql.com/doc/refman/8.0/en/insert-delayed.html "In MySQL 8.0, DELAYED is not supported."

How to repeat:
See above

Suggested fix:
See above
[11 Jun 2018 10:19] Peter Laursen
Fixed synopsis
[11 Jun 2018 11:21] MySQL Verification Team
Hello Peter,

Thank you for the report.

Thanks,
Umesh
[13 Jun 2018 1:03] Paul DuBois
Posted by developer:
 
Description updated. Thanks for spotting this!