• Jan Lindström's avatar
    MDEV-9362: InnoDB tables using DATA_DIRECTORY created using · 5dd0c77e
    Jan Lindström authored
    MySQL 5.6 do not work with MariaDB 10.1
    
    Analysis: Problem is that tablespace flags bit DATA_DIR
    is on different position on MySQL 5.6 compared to
    MariaDB 10.1.
    
    Fix: If we detect that there is difference between dictionary
    flags and tablespace flags we remove DATA_DIR flag and compare
    again. Remote tablespace is tried to locate even in case
    when DATA_DIR flag is not set.
    5dd0c77e
fil0fil.cc 192 KB