From f42064a172e062e04243ed4e4c2113b93bfc9136 Mon Sep 17 00:00:00 2001 From: Sergei Petrunia Date: Wed, 25 Mar 2015 12:20:16 +0300 Subject: [PATCH] Fix valgrind failure: correclty clean up handler::tracker --- sql/handler.cc | 1 + 1 file changed, 1 insertion(+) 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 */