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
4a340e65
Commit
4a340e65
authored
Sep 20, 2013
by
unknown
Committed by
Hery Ramilison
Sep 20, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge from mysql-5.1.72-release
parents
64a845e0
07ffbdc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+5
-1
No files found.
support-files/mysql.spec.sh
View file @
4a340e65
...
...
@@ -716,7 +716,7 @@ fi
# We assume that if there is exactly one ".pid" file,
# it contains the valid PID of a running MySQL server.
NR_PID_FILES
=
`
ls
$PID_FILE_PATT
2>/dev/null |
wc
-l
`
NR_PID_FILES
=
`
ls
-1
$PID_FILE_PATT
2>/dev/null |
wc
-l
`
case
$NR_PID_FILES
in
0
)
SERVER_TO_START
=
''
;;
# No "*.pid" file == no running server
1
)
SERVER_TO_START
=
'true'
;;
...
...
@@ -1027,6 +1027,7 @@ fi
%attr
(
755, root, root
)
%
{
_sbindir
}
/rcmysql
%if %
{
INNODB_BUILD
}
%if %
{
WITH_INNODB_PLUGIN
}
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/ha_innodb_plugin.so
*
%endif
%endif
...
...
@@ -1194,6 +1195,9 @@ fi
# merging BK trees)
##############################################################################
%changelog
*
Mon Sep 09 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com>
- Updated logic to get the correct count of PID files
*
Tue Sep 11 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
- 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