Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The table inuse contains the so called "inuse" entries to lock an object while someone else is changing it. 

Inuse is a systemwide ressource.

Table structure

Field nameField specificationComment / Explanation
idinusevarchar(32)Primary key
typevarchar(32)Type of the entry which specifies the object to lock
objectidvarchar(32)Foreign key to the primary key of the locked object
sessionvarchar(32)Session ID of the lock entry
useridvarchar(32)Foreign key to table user
timestampint(11)Timestamp of insertion

...