Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
This is a feature request. It would be great if CONNECT Engine would not return an error when CHECK TABLE is run.
The problem is that when running mysqlcheck from the command line with the --all-databases option and lots of tables it would be great to only get reports of actual errors; right now all CONNECT Engine tables flag as an error because the command is unsupported. It would be ideal if CHECK TABLE against a CONNECT table would perform at least minimal consistency checks and return OK if all looks correct.
Just for more context: even a minimal implementation where is does not generate an error but says OK would be good enough for our uses currently. Since CONNECT tables are by definition not the master source of the data, then they could be considered OK by default.