List:Internals« Previous MessageNext Message »
From:Patrick FICHE Date:January 17 2001 10:55am
Subject:Access concurrency with BDB tables.
View as plain text  
Hi,

It seems that I found a bug in lock management for BDB tables.
This occurs in the store_lock method in ha_berkeley.cpp module.

  if (lock_type != TL_IGNORE && lock.type == TL_UNLOCK)

should probably be changed to 

  if (lock_type != TL_IGNORE && lock.type != TL_UNLOCK)


Regards,


Patrick Fiche <pfiche@stripped>
Software Engineer
Prologue Software
Thread
Access concurrency with BDB tables.Patrick FICHE17 Jan
  • Re: Access concurrency with BDB tables.Thimble Smith17 Jan