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
a62103aa
Commit
a62103aa
authored
Mar 30, 2009
by
Joerg Bruehe
Browse files
Options
Browse Files
Download
Plain Diff
Merge a polishing of an old bug fix,
more for completeness than for relevance. Also, update copyright notices.
parents
5142e833
c81061e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+13
-5
No files found.
support-files/mysql.spec.sh
View file @
a62103aa
# Copyright (C) 2000-200
7 MySQL AB
# Copyright (C) 2000-200
8 MySQL AB, 2008 Sun Microsystems, Inc.
#
#
# This program is free software; you can redistribute it and/or modify
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
@@ -87,7 +87,7 @@ is intended for mission-critical, heavy-load production systems as well
...
@@ -87,7 +87,7 @@ is intended for mission-critical, heavy-load production systems as well
as
for
embedding into mass-deployed software. MySQL is a trademark of
as
for
embedding into mass-deployed software. MySQL is a trademark of
MySQL AB.
MySQL AB.
Copyright
(
C
)
2000-200
7 MySQL AB
Copyright
(
C
)
2000-200
8 MySQL AB, 2008 Sun Microsystems, Inc.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license.
and you are welcome to modify and redistribute it under the GPL license.
...
@@ -109,7 +109,7 @@ is intended for mission-critical, heavy-load production systems as well
...
@@ -109,7 +109,7 @@ is intended for mission-critical, heavy-load production systems as well
as
for
embedding into mass-deployed software. MySQL is a trademark of
as
for
embedding into mass-deployed software. MySQL is a trademark of
MySQL AB.
MySQL AB.
Copyright
(
C
)
2000-200
7 MySQL AB
Copyright
(
C
)
2000-200
8 MySQL AB, 2008 Sun Microsystems, Inc.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license.
and you are welcome to modify and redistribute it under the GPL license.
...
@@ -320,8 +320,12 @@ do
...
@@ -320,8 +320,12 @@ do
# We are in a subshell, so we can modify variables just for one run.
# We are in a subshell, so we can modify variables just for one run.
if
test
"
$servertype
"
!=
' '
if
test
"
$servertype
"
!=
' '
then
then
CFLAGS
=
`
echo
$CFLAGS
|
sed
-e
's/-O[0-9]* //'
-e
's/-unroll2 //'
-e
's/-ip //'
`
CFLAGS
=
`
echo
"
$CFLAGS
"
|
\
CXXFLAGS
=
`
echo
$CXXFLAGS
|
sed
-e
's/-O[0-9]* //'
-e
's/-unroll2 //'
-e
's/-ip //'
`
sed
-e
's/ -O[0-9]* / /'
-e
's/ -unroll2 / /'
-e
's/ -ip / /'
\
-e
's/^ //'
-e
's/ $//'
`
CXXFLAGS
=
`
echo
"
$CXXFLAGS
"
|
\
sed
-e
's/ -O[0-9]* / /'
-e
's/ -unroll2 / /'
-e
's/ -ip / /'
\
-e
's/^ //'
-e
's/ $//'
`
fi
fi
BuildMySQL
"
\
BuildMySQL
"
\
...
@@ -807,6 +811,10 @@ fi
...
@@ -807,6 +811,10 @@ fi
# itself - note that they must be ordered by date (important when
# itself - note that they must be ordered by date (important when
# merging BK trees)
# merging BK trees)
%changelog
%changelog
*
Fri Nov 07 2008 Joerg Bruehe <joerg@mysql.com>
- Correct yesterday
's fix, so that it also works for the last flag.
* Thu Nov 06 2008 Joerg Bruehe <joerg@mysql.com>
* Thu Nov 06 2008 Joerg Bruehe <joerg@mysql.com>
- Modify CFLAGS and CXXFLAGS such that a debug build is not optimized.
- Modify CFLAGS and CXXFLAGS such that a debug build is not optimized.
...
...
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