mariadb/storage/innobase/dict
Jan Lindström 5dd0c77e92 MDEV-9362: InnoDB tables using DATA_DIRECTORY created using
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.
2016-05-03 21:35:41 +03:00
..
dict0boot.cc MDEV-9121: innodb_force_recovery = 6 cannot recover ANY DATA when 2016-04-27 11:11:08 +03:00
dict0crea.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
dict0dict.cc Merge branch '10.0' into 10.1 2016-02-23 21:35:05 +01:00
dict0load.cc MDEV-9362: InnoDB tables using DATA_DIRECTORY created using 2016-05-03 21:35:41 +03:00
dict0mem.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
dict0stats.cc Merge branch '10.0' into 10.1 2016-02-23 21:35:05 +01:00
dict0stats_bg.cc move to storage/innobase 2015-05-04 19:17:21 +02:00