Subject | Re: mon$statement_id, take 2 |
---|---|
Author | Douglas Tosi |
Post date | 2008-06-19T13:09:39Z |
Hello again!
I´m really into this problem. I guess it shows as I keep answering my
posts here. :)
Now I went *way* above my head and decide to go to The Source.
What I found is that statement id comes from:
DatabaseSnapshot::putRequest
getGlobalId(request->req_id)
request->req_id seems to be assigned by dbb->generateId() on two places:
CMP_clone_request
CMP_make_request
.. and I got lost trying to track where dbb came from.
My wild guess is that for each snapshot there is a new dbb, so the
snapshot id counter always restarts from zero?
What do you guys think?
Should I move this to the devel list?
btw, are these post at least going to the list?
Thanks,
[]s
Douglas Tosi
I´m really into this problem. I guess it shows as I keep answering my
posts here. :)
Now I went *way* above my head and decide to go to The Source.
What I found is that statement id comes from:
DatabaseSnapshot::putRequest
getGlobalId(request->req_id)
request->req_id seems to be assigned by dbb->generateId() on two places:
CMP_clone_request
CMP_make_request
.. and I got lost trying to track where dbb came from.
My wild guess is that for each snapshot there is a new dbb, so the
snapshot id counter always restarts from zero?
What do you guys think?
Should I move this to the devel list?
btw, are these post at least going to the list?
Thanks,
[]s
Douglas Tosi