head	1.4;
access;
symbols
	RPM_4_1:1.1.1.2
	RPM_4_0_4:1.1.1.2
	RPM_4_0_3:1.1.1.1
	RPM:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2003.08.24.12.43.25;	author rse;	state dead;
branches;
next	1.3;

1.3
date	2003.08.24.12.34.00;	author rse;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.24.12.25.54;	author rse;	state dead;
branches;
next	1.1;

1.1
date	2001.07.23.20.45.40;	author rse;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.07.23.20.45.40;	author rse;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2002.01.08.02.37.06;	author rse;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Resolve: RPM 4.1 -> RPM 4.1.1
@
text
@/*-
 * See the file LICENSE for redistribution information.
 *
 * Copyright (c) 1996-2001
 *	Sleepycat Software.  All rights reserved.
 *
 * Id: log.src,v 10.16 2001/07/27 19:07:17 krinsky Exp 
 */

PREFIX	log

INCLUDE	#include "db_config.h"
INCLUDE
INCLUDE #ifndef NO_SYSTEM_INCLUDES
INCLUDE #include <sys/types.h>
INCLUDE
INCLUDE #include <ctype.h>
INCLUDE #include <string.h>
INCLUDE #endif
INCLUDE
INCLUDE #include "db_int.h"
INCLUDE #include "db_page.h"
INCLUDE #include "db_dispatch.h"
INCLUDE #include "db_am.h"
INCLUDE #include "log.h"
INCLUDE #include "rep.h"
INCLUDE #include "txn.h"
INCLUDE

/* Used for registering name/id translations at open or close. */
BEGIN register		2
ARG	opcode		u_int32_t	lu
DBT	name		DBT		s
DBT	uid		DBT		s
ARG	fileid		int32_t		ld
ARG	ftype		DBTYPE		lx
ARG	meta_pgno	db_pgno_t	lu
END
@


1.3
log
@Resolve: RPM 4.0.5 -> RPM 4.1
@
text
@@


1.2
log
@Resolve: RPM 4.0.4 -> RPM 4.0.5
@
text
@d7 1
a7 1
 * $Id: log.src,v 1.1 2001/07/23 20:45:40 rse Exp $
d26 1
a30 8
DEPRECATED register1	1
ARG	opcode		u_int32_t	lu
DBT	name		DBT		s
DBT	uid		DBT		s
ARG	fileid		int32_t		ld
ARG	ftype		DBTYPE		lx
END

@


1.1
log
@Initial revision
@
text
@d7 1
a7 1
 * $Id: log.src,v 10.14 2001/04/05 18:58:34 bostic Exp $
@


1.1.1.1
log
@Import: RPM 4.0.3
@
text
@@


1.1.1.2
log
@Import: RPM 4.0.4
@
text
@d7 1
a7 1
 * Id: log.src,v 10.16 2001/07/27 19:07:17 krinsky Exp 
a25 1
INCLUDE #include "rep.h"
d30 8
@

