Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 150001 Details for
Bug 232141
Need the btree/bt_rec.c patch for 4.2.52
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch.4.2.52.4 - btree/bt_rec.c patch
patch.4.2.52.4 (text/plain), 1.28 KB, created by
Rich Megginson
on 2007-03-13 23:04:05 UTC
(
hide
)
Description:
patch.4.2.52.4 - btree/bt_rec.c patch
Filename:
MIME Type:
Creator:
Rich Megginson
Created:
2007-03-13 23:04:05 UTC
Size:
1.28 KB
patch
obsolete
>*** btree/bt_rec.c.orig Tue Mar 22 09:41:49 2005 >--- btree/bt_rec.c Tue Mar 22 09:42:11 2005 >*************** >*** 222,228 **** > * previous-page pointer updated to our new page. The next > * page must exist because we're redoing the operation. > */ >! if (!rootsplit && !IS_ZERO_LSN(argp->nlsn)) { > if ((ret = > __memp_fget(mpf, &argp->npgno, 0, &np)) != 0) { > ret = __db_pgerr(file_dbp, argp->npgno, ret); >--- 222,228 ---- > * previous-page pointer updated to our new page. The next > * page must exist because we're redoing the operation. > */ >! if (!rootsplit && argp->npgno != PGNO_INVALID) { > if ((ret = > __memp_fget(mpf, &argp->npgno, 0, &np)) != 0) { > ret = __db_pgerr(file_dbp, argp->npgno, ret); >*************** >*** 294,300 **** > * possible that the next-page never existed, we ignore it as > * if there's nothing to undo. > */ >! if (!rootsplit && !IS_ZERO_LSN(argp->nlsn)) { > if ((ret = > __memp_fget(mpf, &argp->npgno, 0, &np)) != 0) { > np = NULL; >--- 294,300 ---- > * possible that the next-page never existed, we ignore it as > * if there's nothing to undo. > */ >! if (!rootsplit && argp->npgno != PGNO_INVALID) { > if ((ret = > __memp_fget(mpf, &argp->npgno, 0, &np)) != 0) { > np = NULL;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232141
: 150001 |
150002