Fetch the checksum of a MySQL table accessed via DBI connection object.
Value
A one row dataframe with these columns:
- host
MySQL host name found on the DBI connection object
- database_name
MySQL database name returned by the query
- table
MySQL table name
- checksum
checksum returned by "CHECKSUM TABLE <table_name>"
- elapsed_time
elapsed time required for the query and fetch of the checksum