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 156224 Details for
Bug 242702
Requesting backport of upstream fix for last_insert_id(...)
[?]
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]
backport of upstream patches
perl-DBI-last_insert_id.patch (text/plain), 1.31 KB, created by
Martin Poole
on 2007-06-05 14:24:58 UTC
(
hide
)
Description:
backport of upstream patches
Filename:
MIME Type:
Creator:
Martin Poole
Created:
2007-06-05 14:24:58 UTC
Size:
1.31 KB
patch
obsolete
>--- DBI-1.40/DBI.pm.last_insert_id 2007-06-05 12:13:30.000000000 +0100 >+++ DBI-1.40/DBI.pm 2007-06-05 12:36:47.000000000 +0100 >@@ -390,7 +390,7 @@ > commit => { U =>[1,1], O=>0x0480|0x0800 }, > rollback => { U =>[1,1], O=>0x0480|0x0800 }, > 'do' => { U =>[2,0,'$statement [, \%attr [, @bind_params ] ]'], O=>0x0200 }, >- last_insert_id => { U =>[3,4,'$table_name, $field_name [, \%attr ]'], O=>0x0100 }, >+ last_insert_id => { U =>[5,6,'$catalog, $schema, $table_name, $field_name [, \%attr ]'], O=>0x2100 }, > preparse => { }, # XXX > prepare => { U =>[2,3,'$statement [, \%attr]'], O=>0x0200 }, > prepare_cached => { U =>[2,4,'$statement [, \%attr [, $if_active ] ]'] }, >--- DBI-1.40/dbd_xsh.h.last_insert_id 2007-06-05 12:13:30.000000000 +0100 >+++ DBI-1.40/dbd_xsh.h 2007-06-05 12:36:53.000000000 +0100 >@@ -29,6 +29,7 @@ > void dbd_db_destroy _((SV *dbh, imp_dbh_t *imp_dbh)); > int dbd_db_STORE_attrib _((SV *dbh, imp_dbh_t *imp_dbh, SV *keysv, SV *valuesv)); > SV *dbd_db_FETCH_attrib _((SV *dbh, imp_dbh_t *imp_dbh, SV *keysv)); >+SV *dbd_db_last_insert_id _((SV *dbh, imp_dbh_t *imp_dbh, SV *catalog, SV *schema, SV *table, SV *field, SV *attr)); > > int dbd_st_prepare _((SV *sth, imp_sth_t *imp_sth, char *statement, SV *attribs)); > int dbd_st_rows _((SV *sth, imp_sth_t *imp_sth));
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 242702
: 156224