maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #08770
Re: [Commits] 132935a: MDEV-8339 - Server crash during table cache eviction
Hi, Sergey!
On Jun 25, svoj@xxxxxxxxxxx wrote:
> revision-id: 132935a3ef6578f5fabc765ff6ac966cd3798819
> parent(s): 1f4a89b10ca8df61ec51fcc87e1203dc72579759
> committer: Sergey Vojtovich
> branch nick: mariadb
> timestamp: 2015-06-25 14:21:16 +0400
> message:
>
> MDEV-8339 - Server crash during table cache eviction
>
> TDC_element::free_tables_back() had pre-lfhash leftover code, which referenced
> TDC_element::free_tables via TDC_element::share. This is not correct as share
> may be NULL (newly inserted or to be removed), instead access free_tables
> directly.
ok to push
Regards,
Sergei