From 4fbb4fee913398d3c130c2cb2a7f13c515d11068 Mon Sep 17 00:00:00 2001 From: David Hall Date: Tue, 3 May 2016 09:40:30 -0500 Subject: [PATCH] Remove a bad table_flag --- dbcon/mysql/ha_calpont.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dbcon/mysql/ha_calpont.cpp b/dbcon/mysql/ha_calpont.cpp index 9490c1bee..d4e9418c2 100755 --- a/dbcon/mysql/ha_calpont.cpp +++ b/dbcon/mysql/ha_calpont.cpp @@ -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) { }