Added tizen packaging
[platform/upstream/libdb.git] / packaging / patch.1.2
1 *** btree/bt_split.c    Tue Jul 26 14:22:02 1994
2 --- btree/bt_split.c    Sat Jan  4 14:38:55 1997
3 ***************
4 *** 673,679 ****
5                  * where we decide to try and copy too much onto the left page.
6                  * Make sure that doesn't happen.
7                  */
8 !               if (skip <= off && used + nbytes >= full) {
9                         --off;
10                         break;
11                 }
12 --- 673,679 ----
13                  * where we decide to try and copy too much onto the left page.
14                  * Make sure that doesn't happen.
15                  */
16 !               if (skip <= off && used + nbytes >= full || nxt == top - 1) {
17                         --off;
18                         break;
19                 }