Bugzilla – Attachment 91064 Details for
Bug 22128
koha-remove fails mysql ERROR 1133 (42000) at line 2: Can't find any matching row in the user table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22128: Removed outdated comment
Bug-22128-Removed-outdated-comment.patch (text/plain), 958 bytes, created by
Kyle M Hall (khall)
on 2019-06-28 11:40:43 UTC
(
hide
)
Description:
Bug 22128: Removed outdated comment
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-06-28 11:40:43 UTC
Size:
958 bytes
patch
obsolete
>From 5f4971390e54b79cdf95f59c09004df4185d088a Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Tue, 11 Jun 2019 13:39:48 +0000 >Subject: [PATCH] Bug 22128: Removed outdated comment > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > debian/scripts/koha-remove | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/debian/scripts/koha-remove b/debian/scripts/koha-remove >index ad31c8ed8b..d68ba7d6bf 100755 >--- a/debian/scripts/koha-remove >+++ b/debian/scripts/koha-remove >@@ -65,7 +65,6 @@ do > mysql_hostname="localhost" > if [ "$keepmysql" != "1" ] > then >- # The grant creates the user in case it isn't, we don't want our loop to fail if it has already being deleted. > mysql --defaults-extra-file=/etc/mysql/koha-common.cnf <<eof > DROP USER IF EXISTS \`koha_$name\`@\`%\`; > DROP USER IF EXISTS \`koha_$name\`@\`$mysql_hostname\`; >-- >2.20.1 (Apple Git-117)
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 22128
:
89528
|
90081
|
90491
|
90492
|
90493
|
91063
| 91064