remove global back_from_fork flag
Using a global, common for all applications, flag to prevent triggers save changes during rewind data, leaded to situation when one application may lock another because of the update the same row in the same table. Now each context has separated 'back_from_fork' flag
Loading
Please sign in to comment