Defining MariaDB Views

The following properties are applicable to a MariaDB View object.

Tab

Property

Description

Additional Information

General Algorithm Specifies the algorithm used to process the view  
SQL Security Specifies the privilege that is used when the view is processed

Invoker: Indicates that the privileges of the account that invokes the view must be used.

Definer: Indicates that the privileges of the account that defined the view must be used.

Check Option Specifies the scope of check testing when the view is defined in terms of another view

Cascaded: Checks for underlying views to be evaluated.

Local: Checks the view being defined.

Definer Specifies the MySQL account to be used to check access privileges