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
19255811
Commit
19255811
authored
Aug 09, 2002
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
parents
1a977cc8
0f464f89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+16
-5
No files found.
support-files/mysql.spec.sh
View file @
19255811
...
...
@@ -118,14 +118,14 @@ languages and applications need to dynamically load and use MySQL.
%package Max
Release: %
{
release
}
Summary: MySQL - server with Berkeley DB,
OpenSSL
and UDF support
Summary: MySQL - server with Berkeley DB,
RAID
and UDF support
Group: Applications/Databases
Provides: mysql-Max
Obsoletes: mysql-Max
%description Max
Optional MySQL server binary that supports additional features like
Berkeley DB,
OpenSSL support
and User Defined Functions
(
UDF
)
.
Berkeley DB,
RAID
and User Defined Functions
(
UDF
)
.
To activate this binary, just
install
this package
in
addition to
the standard MySQL package.
...
...
@@ -224,14 +224,13 @@ mkdir -p $RBR
PATH
=
${
MYSQL_BUILD_PATH
:-
/bin
:/usr/bin
}
export
PATH
# Build the 4.0 Max binary (includes BDB and
OpenSSL
and therefore
# Build the 4.0 Max binary (includes BDB and
UDFs
and therefore
# cannot be linked statically against the patched glibc)
BuildMySQL
"--enable-shared
\
--with-berkeley-db
\
--with-innodb
\
--with-openssl
\
--with-vio
\
--with-raid
\
--with-server-suffix='-Max'"
# Save everything for debug
...
...
@@ -292,6 +291,10 @@ install -m644 $MBD/sql/mysqld.sym $RBR/usr/lib/mysql/mysqld.sym
install
-m644
$MBD
/support-files/mysql-log-rotate
$RBR
/etc/logrotate.d/mysql
install
-m755
$MBD
/support-files/mysql.server
$RBR
/etc/rc.d/init.d/mysql
# Create symbolic compatibility link safe_mysqld -> mysqld_safe
# (safe_mysqld will be gone in MySQL 4.1)
ln
-sf
./mysqld_safe
$RBR
/usr/bin/safe_mysqld
%pre
if
test
-x
/etc/rc.d/init.d/mysql
then
...
...
@@ -402,6 +405,7 @@ fi
%attr
(
755, root, root
)
/usr/bin/replace
%attr
(
755, root, root
)
/usr/bin/resolve_stack_dump
%attr
(
755, root, root
)
/usr/bin/resolveip
%attr
(
755, root, root
)
/usr/bin/safe_mysqld
%attr
(
755, root, root
)
/usr/sbin/mysqld
%attr
(
644, root, root
)
/usr/lib/mysql/mysqld.sym
...
...
@@ -477,6 +481,13 @@ fi
%changelog
*
Fri Aug 09 2002 Lenz Grimmer <lenz@mysql.com>
- Turn off OpenSSL
in
MySQL-Max
for
now
until
it works properly again
-
enable
RAID
for
the Max binary instead
- added compatibility
link
: safe_mysqld -> mysqld_safe to ease the
transition from 3.23
*
Thu Jul 18 2002 Lenz Grimmer <lenz@mysql.com>
- Reworked the build steps a little bit: the Max binary is supposed
...
...
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