CHECK VIEW
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_nameDescription
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.
See Also
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?

