• unknown's avatar
    SHOW TABLE STATUS now prints create_time, update_time and check_time · 81b97c48
    unknown authored
    for InnoDB tables. Note that these times may always be correct ones,
    because for example ALTER TABLE creates a table again.
    
    
    
    innobase/include/os0file.h:
      Added information of file timestamps and a function os_file_get_status
      to get that information using stat().
    innobase/os/os0file.c:
      Added function that return information obout the specified file.
    sql/ha_innodb.cc:
      Get timestamps for the file where the table is stored.
    81b97c48
os0file.c 97.8 KB