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
9dd60d91
Commit
9dd60d91
authored
Apr 02, 2003
by
wax@kishkin.ru
Browse files
Options
Browse Files
Download
Plain Diff
Merge vkishkin@bk-internal.mysql.com:/home/bk/mysql-4.1
into kishkin.ru:/home/wax/mysql-4n
parents
8c0de640
42dff2e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Build-tools/Do-compile
Build-tools/Do-compile
+1
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+3
-2
No files found.
Build-tools/Do-compile
View file @
9dd60d91
...
...
@@ -340,7 +340,7 @@ if (!$opt_no_test && !$opt_no_benchmark)
$extra
=
"";
if
(
$opt_bdb
)
{
$extra
.=
"
--bdb_cache_size=16M --bdb_max_lock=
6
0000
"
$extra
.=
"
--bdb_cache_size=16M --bdb_max_lock=
24
0000
"
}
if
(
$opt_innodb
)
{
...
...
support-files/mysql.spec.sh
View file @
9dd60d91
...
...
@@ -146,7 +146,7 @@ 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 Berkeley DB,
OpenSSL,
RAID and UDF support
Group: Applications/Databases
Provides: mysql-Max
Obsoletes: mysql-Max
...
...
@@ -154,7 +154,7 @@ Requires: MySQL >= 4.0
%description Max
Optional MySQL server binary that supports additional features like
Berkeley DB, RAID and User Defined Functions
(
UDF
)
.
Berkeley DB,
OpenSSL,
RAID and User Defined Functions
(
UDF
)
.
To activate this binary, just
install
this package
in
addition to
the standard MySQL package.
...
...
@@ -255,6 +255,7 @@ export PATH
# cannot be linked statically against the patched glibc)
BuildMySQL
"--enable-shared
\
--with-openssl
\
--with-berkeley-db
\
--with-innodb
\
--with-raid
\
...
...
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