diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2015-03-25 12:20:16 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2015-03-25 12:20:16 +0300 |
commit | f42064a172e062e04243ed4e4c2113b93bfc9136 (patch) | |
tree | 35c33000fe78edcd9bb48b8179d9796123aa2553 /sql/handler.cc | |
parent | 664ce4c507f015311dfe9a4f12c074dcfd365e48 (diff) | |
download | mariadb-git-f42064a172e062e04243ed4e4c2113b93bfc9136.tar.gz |
Fix valgrind failure: correclty clean up handler::tracker
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 1 |
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 */ |