mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix valgrind failure: correclty clean up handler::tracker
This commit is contained in:
parent
664ce4c507
commit
f42064a172
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue