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
b1dfda9b
Commit
b1dfda9b
authored
Mar 07, 2006
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql.spec.sh:
Changed product name from "Community Edition" to "Community Server", bug#17970
parent
0aaded37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+7
-3
No files found.
support-files/mysql.spec.sh
View file @
b1dfda9b
...
...
@@ -302,7 +302,7 @@ BuildMySQL "--enable-shared \
--with-blackhole-storage-engine
\
--with-federated-storage-engine
\
--with-big-tables
\
--with-comment=
\"
MySQL Community
Edition
- Debug (GPL)
\"
"
)
--with-comment=
\"
MySQL Community
Server
- Debug (GPL)
\"
"
)
# We might want to save the config log file
if
test
-n
"
$MYSQL_DEBUGCONFLOG_DEST
"
...
...
@@ -333,7 +333,7 @@ BuildMySQL "--enable-shared \
--with-blackhole-storage-engine
\
--with-federated-storage-engine
\
--with-big-tables
\
--with-comment=
\"
MySQL Community
Edition
- Max (GPL)
\"
"
)
--with-comment=
\"
MySQL Community
Server
- Max (GPL)
\"
"
)
# We might want to save the config log file
if
test
-n
"
$MYSQL_MAXCONFLOG_DEST
"
...
...
@@ -363,7 +363,7 @@ BuildMySQL "--enable-shared \
--with-blackhole-storage-engine
\
--with-federated-storage-engine
\
--with-big-tables
\
--with-comment=
\"
MySQL Community
Edition
(GPL)
\"
"
)
--with-comment=
\"
MySQL Community
Server
(GPL)
\"
"
)
# We might want to save the config log file
if
test
-n
"
$MYSQL_CONFLOG_DEST
"
...
...
@@ -709,6 +709,10 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
*
Wed Mar 07 2006 Kent Boortz <kent@mysql.com>
- Changed product name from
"Community Edition"
to
"Community Server"
*
Mon Mar 06 2006 Kent Boortz <kent@mysql.com>
- Fast mutexes is now disabled by default, but should be
...
...
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