summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-05-14 18:10:06 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-05-14 18:10:06 +0300
commit73e038520f3ee70f7ad575283f4c368eba3104aa (patch)
treeb54fb8d053f76e89b9b8395e8df77e8c5e883a82 /sql/handler.cc
parent874f8f30f2319166ff08509937d4eab366607c6b (diff)
parent409e210e74a6dc7a6e267c71ab32677b2bf12103 (diff)
downloadmariadb-git-73e038520f3ee70f7ad575283f4c368eba3104aa.tar.gz
Merge 10.2 into 10.3
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index 4716223d95b..3e1cbc117a9 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -6394,8 +6394,8 @@ int handler::ha_reset()
table->default_column_bitmaps();
pushed_cond= NULL;
tracker= NULL;
- mark_trx_read_write_done= check_table_binlog_row_based_done=
- check_table_binlog_row_based_result= 0;
+ mark_trx_read_write_done= 0;
+ clear_cached_table_binlog_row_based_flag();
/* Reset information about pushed engine conditions */
cancel_pushed_idx_cond();
/* Reset information about pushed index conditions */