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
88609db5
Commit
88609db5
authored
Aug 19, 2011
by
Joerg Bruehe
Browse files
Options
Browse Files
Download
Plain Diff
Null-upmerge the bug#37165 fix: No functional change,
but some notation improvement is applicable.
parents
28c784aa
b2648c90
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+7
-2
No files found.
support-files/mysql.spec.sh
View file @
88609db5
...
@@ -421,7 +421,7 @@ mkdir debug
...
@@ -421,7 +421,7 @@ mkdir debug
# XXX: install_layout so we can't just set it based on INSTALL_LAYOUT=RPM
# XXX: install_layout so we can't just set it based on INSTALL_LAYOUT=RPM
${
CMAKE
}
../%
{
src_dir
}
-DBUILD_CONFIG
=
mysql_release
-DINSTALL_LAYOUT
=
RPM
\
${
CMAKE
}
../%
{
src_dir
}
-DBUILD_CONFIG
=
mysql_release
-DINSTALL_LAYOUT
=
RPM
\
-DCMAKE_BUILD_TYPE
=
Debug
\
-DCMAKE_BUILD_TYPE
=
Debug
\
-DMYSQL_UNIX_ADDR
=
"
/var/lib/mysql
/mysql.sock"
\
-DMYSQL_UNIX_ADDR
=
"
%{mysqldatadir}
/mysql.sock"
\
-DFEATURE_SET
=
"%{feature_set}"
\
-DFEATURE_SET
=
"%{feature_set}"
\
-DCOMPILATION_COMMENT
=
"%{compilation_comment_debug}"
\
-DCOMPILATION_COMMENT
=
"%{compilation_comment_debug}"
\
-DMYSQL_SERVER_SUFFIX
=
"%{server_suffix}"
-DMYSQL_SERVER_SUFFIX
=
"%{server_suffix}"
...
@@ -436,7 +436,7 @@ mkdir release
...
@@ -436,7 +436,7 @@ mkdir release
# XXX: install_layout so we can't just set it based on INSTALL_LAYOUT=RPM
# XXX: install_layout so we can't just set it based on INSTALL_LAYOUT=RPM
${
CMAKE
}
../%
{
src_dir
}
-DBUILD_CONFIG
=
mysql_release
-DINSTALL_LAYOUT
=
RPM
\
${
CMAKE
}
../%
{
src_dir
}
-DBUILD_CONFIG
=
mysql_release
-DINSTALL_LAYOUT
=
RPM
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DMYSQL_UNIX_ADDR
=
"
/var/lib/mysql
/mysql.sock"
\
-DMYSQL_UNIX_ADDR
=
"
%{mysqldatadir}
/mysql.sock"
\
-DFEATURE_SET
=
"%{feature_set}"
\
-DFEATURE_SET
=
"%{feature_set}"
\
-DCOMPILATION_COMMENT
=
"%{compilation_comment_release}"
\
-DCOMPILATION_COMMENT
=
"%{compilation_comment_release}"
\
-DMYSQL_SERVER_SUFFIX
=
"%{server_suffix}"
-DMYSQL_SERVER_SUFFIX
=
"%{server_suffix}"
...
@@ -1133,6 +1133,11 @@ echo "=====" >> $STATUS_HISTORY
...
@@ -1133,6 +1133,11 @@ echo "=====" >> $STATUS_HISTORY
# merging BK trees)
# merging BK trees)
##############################################################################
##############################################################################
%changelog
%changelog
*
Fri Aug 19 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
- Null-upmerge the fix of bug#37165: This spec file is not affected.
- Replace
"/var/lib/mysql"
by the spec file variable
"%{mysqldatadir}"
.
*
Mon Jul 25 2011 Chuck Bell <chuck.bell@oracle.com>
*
Mon Jul 25 2011 Chuck Bell <chuck.bell@oracle.com>
- Added the mysql_plugin client - enables or disables plugins.
- Added the mysql_plugin client - enables or disables plugins.
...
...
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