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:
@@ -5841,6 +5841,7 @@ int handler::ha_reset()
|
|||||||
/* reset the bitmaps to point to defaults */
|
/* reset the bitmaps to point to defaults */
|
||||||
table->default_column_bitmaps();
|
table->default_column_bitmaps();
|
||||||
pushed_cond= NULL;
|
pushed_cond= NULL;
|
||||||
|
tracker= NULL;
|
||||||
/* Reset information about pushed engine conditions */
|
/* Reset information about pushed engine conditions */
|
||||||
cancel_pushed_idx_cond();
|
cancel_pushed_idx_cond();
|
||||||
/* Reset information about pushed index conditions */
|
/* Reset information about pushed index conditions */
|
||||||
|
Reference in New Issue
Block a user