You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Remove a bad table_flag
This commit is contained in:
@ -345,8 +345,7 @@ ha_calpont::ha_calpont(handlerton *hton, TABLE_SHARE *table_arg) :
|
||||
handler(hton, table_arg),
|
||||
int_table_flags(HA_BINLOG_STMT_CAPABLE |
|
||||
HA_TABLE_SCAN_ON_INDEX |
|
||||
HA_CAN_TABLE_CONDITION_PUSHDOWN |
|
||||
HA_FAST_KEY_READ)
|
||||
HA_CAN_TABLE_CONDITION_PUSHDOWN)
|
||||
// int_table_flags(HA_NO_BLOBS | HA_BINLOG_STMT_CAPABLE)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user