• Michael Widenius's avatar
    Fixed compiler failures when compiling non debug build · 5288f8c0
    Michael Widenius authored
    storage/maria/ha_maria.cc:
      Don't use 'trn' variable to avoid warning about not used variable
    storage/maria/ma_delete.c:
      Added __attribute__((unused))
    storage/maria/ma_key_recover.c:
      Added __attribute__((unused))
      Fixed wrong placement of #endif
    storage/maria/ma_key_recover.h:
      Fixed typo
    5288f8c0
ma_key_recover.h 5.03 KB