Bugzilla – Attachment 165116 Details for
Bug 36367
Remove context stack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36367: Remove flush_schema_cached
Bug-36367-Remove-flushschemacached.patch (text/plain), 809 bytes, created by
Julian Maurice
on 2024-04-18 14:41:44 UTC
(
hide
)
Description:
Bug 36367: Remove flush_schema_cached
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2024-04-18 14:41:44 UTC
Size:
809 bytes
patch
obsolete
>From 7867d1b9d407a1f3a43c3331d46859c1003b1a47 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 36367: Remove flush_schema_cached > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > Koha/Database.pm | 9 --------- > 1 file changed, 9 deletions(-) > >diff --git a/Koha/Database.pm b/Koha/Database.pm >index c712a067d3..87bc53de7f 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.30.2
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 36367
:
163500
|
163501
|
163502
|
163503
|
163504
|
163505
|
163506
|
163507
|
163508
|
165115
|
165116
|
165117
|
165118
|
165119
|
165120
|
165121
|
165122
|
165123
|
165124
|
165125
|
165126
|
167380
|
167381
|
167382
|
167383
|
167384
|
167385
|
167386
|
167387
|
167388
|
167389
|
167390
|
167391