[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

cursor call

From: Glenn A. Thompson <gthompson_at_cdr.net>
Date: 2002-10-03 23:51:18 CEST

Hey Guys,

I'm curious, is this OK. Notice that the cursor function reference is
on strings and he is passing changes

in changes-table.c:
SVN_ERR (DB_WRAP (fs, "creating cursor for reading changes",
                    fs->strings->cursor (fs->changes, trail->db_txn,
                                         &cursor, 0)));

He does this for both fetch and fetch raw. I looked at the sleepycat
docs briefly. I'm trying to determine whether or not the cursor
function reference is the same across the whole executable or whether it
varys from table to table in some way. I thought they may support some
sort of table specific reference to the cursor function. Maybe mutexs
get involved or something? Anyhoo, just trying to make sure something
cute isn't going on here.

gat

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 3 23:47:57 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.