Bugzilla – Attachment 163403 Details for
Bug 36149
userenv stored in plack worker's memory and survive from one request to another
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36149: Remove flush_schema_cached
Bug-36149-Remove-flushschemacached.patch (text/plain), 751 bytes, created by
Jonathan Druart
on 2024-03-19 11:39:31 UTC
(
hide
)
Description:
Bug 36149: Remove flush_schema_cached
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-03-19 11:39:31 UTC
Size:
751 bytes
patch
obsolete
>From cb446c1ae606b999a59fd0fda9f1de1a57898295 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 8 Mar 2024 14:29:33 +0100 >Subject: [PATCH] Bug 36149: Remove flush_schema_cached > >--- > Koha/Database.pm | 9 --------- > 1 file changed, 9 deletions(-) > >diff --git a/Koha/Database.pm b/Koha/Database.pm >index c712a067d3a..87bc53de7f2 100644 >--- a/Koha/Database.pm >+++ b/Koha/Database.pm >@@ -256,15 +256,6 @@ sub restore_schema { > # return something, then this function should, too. > } > >-=head2 flush_schema_cache >- >-=cut >- >-sub flush_schema_cache { >- delete $database->{schema}; >- return 1; >-} >- > =head2 db_scheme2dbi > > my $dbd_driver_name = Koha::Database::db_scheme2dbi($scheme); >-- >2.34.1
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
|
Splinter Review
Attachments on
bug 36149
:
163039
|
163040
|
163041
|
163042
|
163043
|
163402
|
163403
|
163404
|
163406
|
163407
|
163409
|
163412
|
163499
|
164145
|
164146
|
164555
|
164567
|
164568
|
164569