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
00629f57
Commit
00629f57
authored
Aug 29, 2008
by
Kent Boortz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed option to control if federated is enabled, and enabled it.
parent
07147e96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
13 deletions
+4
-13
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+4
-13
No files found.
support-files/mysql.spec.sh
View file @
00629f57
...
...
@@ -32,11 +32,6 @@
%
{
?_with_cluster:%define CLUSTER_BUILD 1
}
%
{!
?_with_cluster:%define CLUSTER_BUILD 0
}
# use "rpmbuild --with federated" or "rpm --define '_with_federated 1'" (for RPM 3.x)
# to build with federated support (off by default)
%
{
?_with_federated:%define FEDERATED_BUILD 1
}
%
{!
?_with_federated:%define FEDERATED_BUILD 0
}
%if %
{
STATIC_BUILD
}
%define release 0
%else
...
...
@@ -342,11 +337,7 @@ BuildMySQL "--enable-shared \
--with-archive-storage-engine
\
--with-csv-storage-engine
\
--with-blackhole-storage-engine
\
%if %{FEDERATED_BUILD}
--with-federated-storage-engine
\
%else
--without-federated-storage-engine
\
%endif
--with-partition
\
--with-big-tables
\
--with-comment=
\"
MySQL Community Server - Debug (GPL)
\"
"
)
...
...
@@ -378,11 +369,7 @@ BuildMySQL "--enable-shared \
--with-archive-storage-engine
\
--with-csv-storage-engine
\
--with-blackhole-storage-engine
\
%if %{FEDERATED_BUILD}
--with-federated-storage-engine
\
%else
--without-federated-storage-engine
\
%endif
--with-partition
\
--with-embedded-server
\
--with-big-tables
\
...
...
@@ -846,6 +833,10 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
*
Fri Aug 29 2008 Kent Boortz <kent@mysql.com>
- Removed the
"Federated"
storage engine option, and enabled
in
all
*
Tue Aug 26 2008 Joerg Bruehe <joerg@mysql.com>
- Get rid of the
"warning: Installed (but unpackaged) file(s) found:"
...
...
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