~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_reportnone.c

Merged in changes from Andrey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
void _mi_report_crashed(MI_INFO *file __attribute__((unused)),
19
19
                        const char *message __attribute__((unused)),
20
20
                        const char *sfile __attribute__((unused)),
21
 
                        uint sline __attribute__((unused)))
 
21
                        uint32_t sline __attribute__((unused)))
22
22
{
23
23
}