Skip to content

Commit

Permalink
Fix valgrind failure: correclty clean up handler::tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed Mar 25, 2015
1 parent 664ce4c commit f42064a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f42064a

Please sign in to comment.