• Marko Mäkelä's avatar
    MDEV-25666: After backup, "Could not find a valid tablespace file" · 1c5ae991
    Marko Mäkelä authored
    Ever since MDEV-18518 made DDL operations mostly crash-safe inside InnoDB,
    it became obvious that Mariabackup might not be entirely safe with regard to
    concurrent DDL operations.
    
    check_if_skip_table(): Do not skip files whose name starts with #sql.
    We cannot know whether a DDL operation is in progress and the table
    might in fact be needed later.
    1c5ae991
xtrabackup.cc 191 KB