• istruewing@chilla.local's avatar
    Bug#25213 - Compiler warnings in MyISAM code · d9b9778e
    istruewing@chilla.local authored
    Compiler warnings due to non-matching conversion
    specifications in format strings in DBUG_PRINT calls,
    due to non-used parameters (in non-debug mode), and
    due to seemingly uninitialized variables.
    
    Initialized variables, declared parameters unused, and
    casted DBUG_PRINT arguments to get rid of warnings.
    d9b9778e
mi_write.c 31.8 KB