Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
095b6645
Commit
095b6645
authored
Aug 29, 2013
by
Balasubramanian Kandasamy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for Bug#17377159, ignore mysqld_safe.pid file created by mysqld_safe script
parent
356b6414
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+4
-1
No files found.
support-files/mysql.spec.sh
View file @
095b6645
...
@@ -643,7 +643,7 @@ then
...
@@ -643,7 +643,7 @@ then
fi
fi
if
[
-z
"
$PID_FILE_PATT
"
]
if
[
-z
"
$PID_FILE_PATT
"
]
then
then
PID_FILE_PATT
=
"
$mysql_datadir
/*.pid"
PID_FILE_PATT
=
`
ls
$mysql_datadir
/
*
.pid 2>/dev/null |
grep
-v
"mysqld_safe.pid"
`
fi
fi
# Check if we can safely upgrade. An upgrade is only safe if it's from one
# Check if we can safely upgrade. An upgrade is only safe if it's from one
...
@@ -1194,6 +1194,9 @@ fi
...
@@ -1194,6 +1194,9 @@ fi
# merging BK trees)
# merging BK trees)
##############################################################################
##############################################################################
%changelog
%changelog
*
Thu Aug 29 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com>
- Added logic to ignore mysqld_safe.pid file created by mysqld_safe script
*
Tue Sep 11 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
*
Tue Sep 11 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
- Disable
"maintainer mode"
in
debug builds, there is a cast ulonglong -> int
- Disable
"maintainer mode"
in
debug builds, there is a cast ulonglong -> int
...
...
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