summaryrefslogtreecommitdiff
path: root/patch.1.2
diff options
context:
space:
mode:
Diffstat (limited to 'patch.1.2')
-rw-r--r--patch.1.219
1 files changed, 19 insertions, 0 deletions
diff --git a/patch.1.2 b/patch.1.2
new file mode 100644
index 0000000..a343909
--- /dev/null
+++ b/patch.1.2
@@ -0,0 +1,19 @@
+*** 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;
+ }