Bug #103861 Wrong default event_scheduler description MYSQL8 event_scheduler doc
Submitted: 31 May 2021 10:23 Modified: 2 Jun 2021 12:38
Reporter: lalit Choudhary Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[31 May 2021 10:23] lalit Choudhary
Description:

Ref: https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_event_schedule...

event_scheduler

Command-Line Format	--event-scheduler[=value]
System Variable	event_scheduler
Scope	Global
Dynamic	Yes
SET_VAR Hint Applies	No
Type	Enumeration
Default Value	ON
Valid Values	
ON

OFF

DISABLED

This variable enables or disables, and starts or stops, the Event Scheduler. The possible status values are ON, OFF, and DISABLED, with the default being OFF. 

--- Issue---
In mysql 8 doc event_scheduler description say " with the default being OFF. "

But starting form MySQL 8 event_scheduler default is 'ON'.

How to repeat:
--- Issue---
In mysql 8 doc event_scheduler description say " with the default being OFF. "

But starting form MySQL 8 event_scheduler default is 'ON'.

https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_event_schedule...

Suggested fix:
doc fix
[31 May 2021 10:37] MySQL Verification Team
Hello lalit Choudhary,

Thank you for the report and feedback.

regards,
Umesh
[2 Jun 2021 12:38] Paul DuBois
Posted by developer:
 
The default value is already indicated in the table listing the variable characteristics, so I simply removed from the descriptive paragraph the clause stating what the default value is.