Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
25ca85b5
Commit
25ca85b5
authored
Oct 29, 2014
by
Matt Selsky
Committed by
Gervase Markham
Oct 29, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1081675 - remove unused variables. r=gerv, a=glob.
parent
b7a6c464
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
DB.pm
Bugzilla/DB.pm
+0
-1
Mysql.pm
Bugzilla/DB/Mysql.pm
+0
-1
No files found.
Bugzilla/DB.pm
View file @
25ca85b5
...
...
@@ -115,7 +115,6 @@ sub connect_shadow {
}
sub
connect_main
{
my
$lc
=
Bugzilla
->
localconfig
;
return
_connect
(
Bugzilla
->
localconfig
);
}
...
...
Bugzilla/DB/Mysql.pm
View file @
25ca85b5
...
...
@@ -294,7 +294,6 @@ sub _bz_get_initial_schema {
sub
bz_check_server_version
{
my
$self
=
shift
;
my
$lc
=
Bugzilla
->
localconfig
;
if
(
lc
(
Bugzilla
->
localconfig
->
{
db_name
})
eq
'mysql'
)
{
die
"It is not safe to run Bugzilla inside a database named 'mysql'.\n"
.
" Please pick a different value for \$db_name in localconfig.\n"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment