Verify the validity of a view's algorithm. This statement checks if the view definition is correct and references existing tables.
Syntax
CHECK VIEW view_name
Description
The CHECK VIEW statement checks whether the view algorithm is correct. It is run as part of mariadb-upgrade, and should not normally be required in regular use.