Skip to content

Commit

Permalink
Fix Bug#28104394 - INNODB 5.7 PRIMARY KEY SCAN LACK DATA
Browse files Browse the repository at this point in the history
Reviewed-by: Sunny Bains <sunny.bains@oracle.com>
  • Loading branch information
Jimmy Yang committed Jun 14, 2018
1 parent f9064a4 commit 94208bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/innobase/handler/ha_innodb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3235,6 +3235,7 @@ ha_innobase::reset_template(void)
m_prebuilt->keep_other_fields_on_keyread = 0;
m_prebuilt->read_just_key = 0;
m_prebuilt->in_fts_query = 0;
m_prebuilt->m_end_range = false;

/* Reset index condition pushdown state. */
if (m_prebuilt->idx_cond) {
Expand Down

0 comments on commit 94208bc

Please sign in to comment.