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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
d105391b
Commit
d105391b
authored
Dec 31, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
parents
faadc33b
953e46bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+19
-3
No files found.
support-files/mysql.spec.sh
View file @
d105391b
...
...
@@ -152,15 +152,22 @@ languages and applications need to dynamically load and use MySQL.
%package Max
Release: %
{
release
}
Summary: MySQL - server with
Berkeley DB, RAID and UDF support
Summary: MySQL - server with
extended functionality
Group: Applications/Databases
Provides: mysql-Max
Obsoletes: mysql-Max
Requires: MySQL-server
>=
4.0
%description Max
Optional MySQL server binary that supports additional features like
Berkeley DB, RAID and User Defined Functions
(
UDFs
)
.
Optional MySQL server binary that supports additional features like:
- Berkeley DB Storage Engine
- Archive Storage Engine
- CSV Storage Engine
- Example Storage Engine
- MyISAM RAID
- User Defined Functions
(
UDFs
)
.
To activate this binary, just
install
this package
in
addition to
the standard MySQL package.
...
...
@@ -273,6 +280,9 @@ BuildMySQL "--enable-shared \
--with-berkeley-db
\
--with-innodb
\
--with-raid
\
--with-archive
\
--with-csv-storage-engine
\
--with-example-storage-engine
\
--with-embedded-server
\
--with-server-suffix='-Max'"
...
...
@@ -597,6 +607,12 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
*
Thu Dec 31 2004 Lenz Grimmer <lenz@mysql.com>
- enabled the
"Archive"
storage engine
for
the max binary
- enabled the
"CSV"
storage engine
for
the max binary
- enabled the
"Example"
storage engine
for
the max binary
*
Thu Aug 26 2004 Lenz Grimmer <lenz@mysql.com>
- MySQL-Max now requires MySQL-server instead of MySQL
(
BUG 3860
)
...
...
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