diff options
Diffstat (limited to 'contrib/global/dbpatches/patch.1.2')
-rw-r--r-- | contrib/global/dbpatches/patch.1.2 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/global/dbpatches/patch.1.2 b/contrib/global/dbpatches/patch.1.2 deleted file mode 100644 index a3439090f1254..0000000000000 --- a/contrib/global/dbpatches/patch.1.2 +++ /dev/null @@ -1,19 +0,0 @@ -*** 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; - } |