mariadb/storage/innodb_plugin/dict
Marko Mäkelä 627c14d9e8 Bug#54009: Server crashes when data is selected from non backed up table
for InnoDB plugin

dict_load_table(): Pass the correct tablespace flags to
fil_open_single_table_tablespace(). For ROW_FORMAT=COMPACT and REDUNDANT,
the tablespace flags are 0. The table flags would be 0 or DICT_TF_COMPACT.
2010-06-08 15:10:41 +03:00
..
dict0boot.c Bug#53578: assert on invalid page access, in fil_io() 2010-05-24 14:04:39 +03:00
dict0crea.c Bug#53578: assert on invalid page access, in fil_io() 2010-05-24 14:04:39 +03:00
dict0dict.c Make the InnoDB FOREIGN KEY parser understand multi-statements. (Bug #48024) 2010-05-14 16:08:15 +03:00
dict0load.c Bug#54009: Server crashes when data is selected from non backed up table 2010-06-08 15:10:41 +03:00
dict0mem.c Applying InnoDB snapshot, fixes BUG#41609. 2010-04-01 14:45:58 +04:00