Defining MariaDB Events

The following properties are applicable to a MariaDB Event object.

Tab

Property

Description

Additional Information

General

Definer

Specifies the MySQL account to be used to check access privileges at event execution

 

Execute_At

Specifies that the event executes one time only at the date and time given by timestamp

 

Interval_Value Specifies the interval at which the event must run

 

Interval_Field

Specifies the unit keyword for the interval value.

For example, microseconds

 

Start_Time Specifies the timestamp value at which the event must start repeating

 

End_Time Specifies the timestamp value at which the event must stop repeating

 

On_Completion Specifies whether the event must persist or drop once it is complete

 

Status Specifies the status of the event based on the On_Completion property