On 08.07.2013, at 21:37, Alexey Zakhlestin <indey...@gmail.com> wrote:

> Sometimes, status() gives me lines like these:
> 
>  1454231: IER 1
>      201: IER 1
>  996248: IER 1
>      1: IER 1
>  1025432: IER 1
>      5: IER 1
>  238232: IER 1
>      3: IER 1
> 
> what do these mean? I didn't manage to find mentioning of 'IER' in sources
> at other occasions I saw other letter-combos in status(), but can't find what 
> those were right now

ok. I figured it out from sources:

so, this:
  1454231: IER 1

means (from reading gen_lock_status() function):
  lock with id "1454231"
  "I" is not conditional and is always printed
  "E" means "Exclusive" (other option on this position is "S" for "Shared")
  I'm not sure what "R" means, but it means it is not a "Page Lock" (which 
would give "P")
  "1" seems to be short name of transaction, whatever that means


-- 
Alexey Zakhlestin
CTO at Grids.by/you
https://github.com/indeyets
PGP key: http://indeyets.ru/alexey.zakhlestin.pgp.asc



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to