[Ultrapossum-cvs 1108] plugin/slapd/upstream 1.2, 1.3, syncbackup-2.2.18.patch

アーカイブの一覧に戻る

Masato Taruishi taru****@users*****
2004年 11月 1日 (月) 22:41:00 JST


===================================================================
RCS file: plugin/slapd/upstream/syncbackup-2.2.18.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin/slapd/upstream/syncbackup-2.2.18.patch	2004/10/31 05:52:00	1.2
+++ plugin/slapd/upstream/syncbackup-2.2.18.patch	2004/11/01 13:41:00	1.3
@@ -2,16 +2,16 @@
 ===================================================================
 RCS file: /cvsroot/openldap-ha/build-tree/openldap-2.2.18/build/version.var,v
 retrieving revision 1.1.1.1
-retrieving revision 1.3
-diff -u -r1.1.1.1 -r1.3
+retrieving revision 1.4
+diff -u -r1.1.1.1 -r1.4
 --- openldap-2.2.18/build/version.var	26 Oct 2004 10:14:56 -0000	1.1.1.1
-+++ openldap-2.2.18/build/version.var	31 Oct 2004 05:05:58 -0000	1.3
++++ openldap-2.2.18/build/version.var	1 Nov 2004 13:30:29 -0000	1.4
 @@ -15,7 +15,7 @@
  ol_package=OpenLDAP
  ol_major=2
  ol_minor=2
 -ol_patch=18
-+ol_patch=18sb2
++ol_patch=18sb3
  ol_api_inc=20218
  ol_api_current=7
  ol_api_revision=11
@@ -1750,7 +1750,7 @@
 RCS file: openldap-2.2.18/servers/slapd/syncbackup.c
 diff -N openldap-2.2.18/servers/slapd/syncbackup.c
 --- /dev/null	1 Jan 1970 00:00:00 -0000
-+++ openldap-2.2.18/servers/slapd/syncbackup.c	26 Oct 2004 10:27:57 -0000	1.1
++++ openldap-2.2.18/servers/slapd/syncbackup.c	1 Nov 2004 13:24:02 -0000	1.2
 @@ -0,0 +1,2789 @@
 +/* $OpenLDAP:$ */
 +/*
@@ -2792,10 +2792,10 @@
 +#endif
 +						op = info->sb_backups[i]->op;
 +						Statslog( LDAP_DEBUG_STATS, 
-+							"conn=%lu op=%lu BACKUP BIND backup=\"%s\" \n",
++							"conn=%lu op=%lu BACKUP BIND backup=\"%s\" latency=%d\n",
 +							op->o_conn->c_connid, op->o_opid, 
-+							info->sb_backups[i]->syncid,
-+							0, 0 );
++							info->sb_backups[i]->syncid, history_backup_latency( be, i ),
++							0 );
 +					} else {
 +						backup_call_cb ( info, i, rc, "bind error", SYNC_ERROR );
 +						detach_backup( be, i );



Ultrapossum-cvs メーリングリストの案内
アーカイブの一覧に戻る