Skip to content

Commit

Permalink
MDEV-10551 Test innodb.defrag_mdl-9155 hangs on InnoDB 5.7
Browse files Browse the repository at this point in the history
restore a table_flag lost in a merge
  • Loading branch information
vuvova committed Sep 8, 2016
1 parent fec844a commit 11ae60d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion mysql-test/suite/innodb/disabled.def
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@

innodb.auto_increment_dup : MDEV-10548
innodb_skip_innodb_is_tables : MDEV-10200
innodb.defrag_mdl-9155 : MDEV-10551
innodb_defragment_fill_factor : MDEV-10771
1 change: 1 addition & 0 deletions storage/innobase/handler/ha_innodb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3351,6 +3351,7 @@ ha_innobase::ha_innobase(
*/
| HA_CAN_EXPORT
| HA_CAN_RTREEKEYS
| HA_CONCURRENT_OPTIMIZE
/* JAN: TODO: MySQL 5.7
| HA_HAS_RECORDS
| HA_NO_READ_LOCAL_LOCK
Expand Down

0 comments on commit 11ae60d

Please sign in to comment.