Bug #85017 Shouldn't'delayed_insert_timeout' variable be removed?
Submitted: 16 Feb 2017 10:22 Modified: 16 Feb 2017 12:14
Reporter: Peter Laursen (Basic Quality Contributor) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Options Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[16 Feb 2017 10:22] Peter Laursen
Description:
INSERT DELAYED was removed (as documented at https://dev.mysql.com/doc/refman/5.7/en/insert-delayed.html) but 'delayed_insert_timeout' variable still exists.

How to repeat:
SHOW VARIABLES LIKE 'delayed_insert_timeout';

Suggested fix:
Cleanup/remove the unused variable.
[16 Feb 2017 12:14] MySQL Verification Team
Thank you for the report and feedback.
This system variable is deprecated (because DELAYED inserts are not supported), and will be removed in a future release.