MySQL 9.0.0
Source Code Documentation
mi_extrafunc.h File Reference

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...
 

Function Documentation

◆ _mi_report_crashed()

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.

Parameters
[in]fileMI_INFO object.
[in]messageOptional error message.
[in]sfileName of source file.
[in]slineLine number in source file.