You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A follow-up to #89 . Using MariaDB's metadata_lock_info, a re-entrant lock, like threading.RLock, could be implemented, by querying INFORMATION_SCHEMA.metadata_lock_info each time to determine if this is the first enter on the lock or not. Would need to be thread safe.
The text was updated successfully, but these errors were encountered:
A follow-up to #89 . Using MariaDB's
metadata_lock_info
, a re-entrant lock, likethreading.RLock
, could be implemented, by queryingINFORMATION_SCHEMA.metadata_lock_info
each time to determine if this is the first enter on the lock or not. Would need to be thread safe.The text was updated successfully, but these errors were encountered: