MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Functions | |
void | _mi_report_crashed (MI_INFO *file, const char *message, const char *sfile, uint sline) |
Report list of threads (and queries) accessing a table, thread_id of a thread that detected corruption, ource file name and line number where this corruption was detected, optional extra information (string). More... | |
void _mi_report_crashed | ( | MI_INFO * | file, |
const char * | message, | ||
const char * | sfile, | ||
uint | sline | ||
) |
Report list of threads (and queries) accessing a table, thread_id of a thread that detected corruption, ource file name and line number where this corruption was detected, optional extra information (string).
This function is intended to be used when table corruption is detected.
[in] | file | MI_INFO object. |
[in] | message | Optional error message. |
[in] | sfile | Name of source file. |
[in] | sline | Line number in source file. |