CVS log for parser3/src/main/Attic/pa_db_connection.C

[BACK] Up to [parser3project] / parser3 / src / main

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.38
Fri Feb 22 10:11:32 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.37: +1 -1 lines
removed hashfile support for now

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:30:15 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
name spelling

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:27:47 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
2002

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jan 24 17:18:49 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -25 lines
merged from r17 - hashfile without logfiles

Revision 1.34.6.1: download - view: text, markup, annotated - select for diffs
Thu Jan 24 17:05:59 2002 UTC (24 years, 4 months ago) by paf
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +2 -25 lines
hashfile:
removed use of transactions
[libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
thus got rid of huge log files, which cluttered disk without huge need]

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Dec 13 11:29:21 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
couple cache expiratiors were wrong [past/future prob]

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Nov 12 10:00:31 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +25 -27 lines
hash now does not containt 0 values. put 0 actullay removes.
no check on 0 value in foreach now required

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Nov 5 17:00:44 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
expiration from debug to normal

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Nov 5 16:07:16 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.

expiring to 0 time was wrong, changed to 'now' time

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Nov 5 14:19:55 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +27 -25 lines
hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Nov 5 12:08:11 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
parser_multithreaded check was wrong

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Nov 5 11:46:27 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +46 -4 lines
$status:db
fixed used not initialized in db_connection & db_table

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Oct 31 15:00:05 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
z

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Oct 31 14:58:10 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -1 lines
	// lockdetector flags
	dbenv.lk_detect=DB_LOCK_RANDOM;

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Oct 31 11:23:38 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
libdb DB_THREAD flag only when really needed

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Oct 30 15:08:19 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
cstr(asis) default param removed

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Oct 28 14:47:20 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -6 lines
removed old consts

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Oct 28 14:24:26 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
expire table [was accidently pasted with wrong type/cast]

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Oct 28 14:19:27 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +23 -7 lines
exception translation

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Oct 28 11:40:48 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -1 lines
db2 on linux with DB 2.4.14: (6/2/98)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Oct 27 13:00:09 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
DB2 ifdefs

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Oct 27 10:14:45 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -15 lines
^hashfile.clear[]

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Oct 27 09:35:12 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
db expiration connection&table [forgotten calls]

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Oct 26 16:39:44 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +12 -42 lines
db checkpoints

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Oct 26 16:27:17 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -6 lines
db checkpoints

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Oct 26 15:26:37 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +32 -19 lines
db recover mech 2

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Oct 26 13:48:19 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +30 -71 lines
db connections & tables now cached at create time & multithreaded

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Oct 26 07:07:01 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
about to remove connection from vhashfile

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 25 13:17:53 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +195 -148 lines
started db_home [multiple, cached]
todo: autorecover [tried, but not succeded, yet]

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Oct 24 14:11:25 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -3 lines
hashfile setted this:
DB_RMW
Acquire write locks instead of read locks when doing the retrieval. Setting this flag may decrease the likelihood of deadlock during a read-modify-write cycle by immediately acquiring the write lock during the read part of the cycle so that another thread of control acquiring a read lock for the same item, in its own read-modify-write cycle, will not result in deadlock

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Oct 24 10:26:16 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +14 -4 lines
hashfile expired deleted from db when get & iterate

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Oct 24 10:09:12 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
hashfile expiring 1

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Oct 24 09:40:01 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -3 lines
db_connection not bothers with key when not returning expired data

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 24 09:36:52 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -7 lines
db_cursor constructor public now

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 24 09:34:26 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +54 -16 lines
hashfile data stamped, todo: put_element analize

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 24 09:03:42 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +31 -38 lines
hashfile pieced serialize. todo stamp

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 23 14:43:44 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +56 -15 lines
^hashfile.hash[]

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 23 12:41:05 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +34 -12 lines
^hashfile.transaction{code}
^hashfile:clear[filename]
^hashfile.delete[key]

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 22 16:44:42 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
hashfile 0

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

E-mail: