summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2015-03-25 12:20:16 +0300
committerSergei Petrunia <psergey@askmonty.org>2015-03-25 12:20:16 +0300
commitf42064a172e062e04243ed4e4c2113b93bfc9136 (patch)
tree35c33000fe78edcd9bb48b8179d9796123aa2553 /sql/handler.cc
parent664ce4c507f015311dfe9a4f12c074dcfd365e48 (diff)
downloadmariadb-git-f42064a172e062e04243ed4e4c2113b93bfc9136.tar.gz
Fix valgrind failure: correclty clean up handler::tracker
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index 2a963675813..44ae5048fff 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -5841,6 +5841,7 @@ int handler::ha_reset()
/* reset the bitmaps to point to defaults */
table->default_column_bitmaps();
pushed_cond= NULL;
+ tracker= NULL;
/* Reset information about pushed engine conditions */
cancel_pushed_idx_cond();
/* Reset information about pushed index conditions */