Bugzilla – Attachment 163402 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 get_schema_cached
Bug-36149-Remove-getschemacached.patch (text/plain), 675 bytes, created by
Jonathan Druart
on 2024-03-19 11:39:28 UTC
(
hide
)
Description:
Bug 36149: Remove get_schema_cached
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-03-19 11:39:28 UTC
Size:
675 bytes
patch
obsolete
>From 866997e951b069f02c80dc4f0d92951eb781f7b3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 8 Mar 2024 14:29:09 +0100 >Subject: [PATCH] Bug 36149: Remove get_schema_cached > >--- > Koha/Database.pm | 8 -------- > 1 file changed, 8 deletions(-) > >diff --git a/Koha/Database.pm b/Koha/Database.pm >index 376f910c988..c712a067d3a 100644 >--- a/Koha/Database.pm >+++ b/Koha/Database.pm >@@ -256,14 +256,6 @@ sub restore_schema { > # return something, then this function should, too. > } > >-=head2 get_schema_cached >- >-=cut >- >-sub get_schema_cached { >- return $database->{schema}; >-} >- > =head2 flush_schema_cache > > =cut >-- >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