~percona-dev/percona-server/release-5.5.12-20.3

Viewing all changes in revision 114.

  • Committer: Laurynas Biveinis
  • Date: 2011-06-06 08:00:37 UTC
  • mfrom: (112.1.1 bug791849)
  • Revision ID: laurynas.biveinis@percona.com-20110606080037-7q9dwzayfrrx7hfn
Fix LP bug 791849: valgrind reported memory leaks in XtraDB
initialization.

The patch innodb_adaptive_hash_index_partitions.patch introduces
btr_search_latch_part and btr_search_sys->hash_index variables, which
are allocated in btr_search_sys_create, however corresponding
deallocation in btr_search_sys_free was incomplete.  The fix is
straightforward.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: