mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
addresses #1740
remove HA_FAST_KEY_READ from int_table_flags git-svn-id: file:///svn/mysql/tokudb-engine/src@12470 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
c41c1bbb2e
commit
ae6689eb13
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ inline void unpack_var_field(
|
|||
ha_tokudb::ha_tokudb(handlerton * hton, TABLE_SHARE * table_arg):handler(hton, table_arg)
|
||||
// flags defined in sql\handler.h
|
||||
{
|
||||
int_table_flags = HA_REC_NOT_IN_SEQ | HA_FAST_KEY_READ | HA_NULL_IN_KEY | HA_CAN_INDEX_BLOBS | HA_PRIMARY_KEY_IN_READ_INDEX |
|
||||
int_table_flags = HA_REC_NOT_IN_SEQ | HA_NULL_IN_KEY | HA_CAN_INDEX_BLOBS | HA_PRIMARY_KEY_IN_READ_INDEX |
|
||||
HA_FILE_BASED | HA_AUTO_PART_KEY | HA_TABLE_SCAN_ON_INDEX |HA_BINLOG_ROW_CAPABLE | HA_BINLOG_STMT_CAPABLE;
|
||||
alloc_ptr = NULL;
|
||||
rec_buff = NULL;
|
||||
|
|
Loading…
Reference in a new issue