Commit 11ae60d2 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-10551 Test innodb.defrag_mdl-9155 hangs on InnoDB 5.7

restore a table_flag lost in a merge
parent fec844ac
...@@ -12,5 +12,4 @@ ...@@ -12,5 +12,4 @@
innodb.auto_increment_dup : MDEV-10548 innodb.auto_increment_dup : MDEV-10548
innodb_skip_innodb_is_tables : MDEV-10200 innodb_skip_innodb_is_tables : MDEV-10200
innodb.defrag_mdl-9155 : MDEV-10551
innodb_defragment_fill_factor : MDEV-10771 innodb_defragment_fill_factor : MDEV-10771
\ No newline at end of file
...@@ -3351,6 +3351,7 @@ ha_innobase::ha_innobase( ...@@ -3351,6 +3351,7 @@ ha_innobase::ha_innobase(
*/ */
| HA_CAN_EXPORT | HA_CAN_EXPORT
| HA_CAN_RTREEKEYS | HA_CAN_RTREEKEYS
| HA_CONCURRENT_OPTIMIZE
/* JAN: TODO: MySQL 5.7 /* JAN: TODO: MySQL 5.7
| HA_HAS_RECORDS | HA_HAS_RECORDS
| HA_NO_READ_LOCAL_LOCK | HA_NO_READ_LOCAL_LOCK
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment