mariadb/storage/xtradb/handler
Jan Lindström 082b859d0d MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables crashes on insert
Analysis: There were two problems. (1) if partition table was
created using lower_case_tables = 1 on windows we did find the
correct table but we did not set share->ib_table correctly.
(2) we did open table on dictionary but did not increase
mysql_open_tables.

Fix: In xtradb allow access to tables with incorrect
lower case names (warning is printed to error log). If
table is opened increase mysql_open_tables count to avoid
crash on flush tables.
2015-12-04 14:24:03 +02:00
..
ha_innodb.cc MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables crashes on insert 2015-12-04 14:24:03 +02:00
ha_innodb.h move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
handler0alter.cc move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
i_s.cc MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730 2015-12-03 13:18:10 +02:00
i_s.h move to storage/xtradb/ 2015-04-27 23:37:51 +02:00