• Vasil Dimov's avatar
    (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6 · 3d4dcf26
    Vasil Dimov authored
    Fix compiler warning:
    trx/trx0purge.c: In function 'trx_purge_add_update_undo_to_history':
    trx/trx0purge.c:254:16: error: variable 'page_header' set but not used [-Werror=unused-but-set-variable]
    trx/trx0purge.c:252:15: error: variable 'seg_header' set but not used [-Werror=unused-but-set-variable]
    3d4dcf26
trx0purge.c 27.9 KB