1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Fix valgrind failure: correclty clean up handler::tracker

This commit is contained in:
Sergei Petrunia
2015-03-25 12:20:16 +03:00
parent 664ce4c507
commit f42064a172

View File

@@ -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 */