Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 959c06e8a61ee8d9f649b3eeeca11a31 > files > 8

libdb-5.1.25-3.fc15.src.rpm

*** btree/bt_split.c	Tue Jul 26 14:22:02 1994
--- btree/bt_split.c	Sat Jan  4 14:38:55 1997
***************
*** 673,679 ****
  		 * where we decide to try and copy too much onto the left page.
  		 * Make sure that doesn't happen.
  		 */
! 		if (skip <= off && used + nbytes >= full) {
  			--off;
  			break;
  		}
--- 673,679 ----
  		 * where we decide to try and copy too much onto the left page.
  		 * Make sure that doesn't happen.
  		 */
! 		if (skip <= off && used + nbytes >= full || nxt == top - 1) {
  			--off;
  			break;
  		}