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
2cef6b92
Commit
2cef6b92
authored
Jul 30, 2004
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
parents
e4557483
453a079f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
sql/Makefile.am
sql/Makefile.am
+1
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+8
-3
No files found.
sql/Makefile.am
View file @
2cef6b92
...
...
@@ -96,7 +96,7 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \
gen_lex_hash_SOURCES
=
gen_lex_hash.cc
gen_lex_hash_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
mysql_tzinfo_to_sql_SOURCES
=
mysql_tzinfo_to_sql.cc
mysql_tzinfo_to_sql_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
mysql_tzinfo_to_sql_LDADD
=
@MYSQLD_EXTRA_LDFLAGS@
$(LDADD)
$(CXXLDFLAGS)
DEFS
=
-DMYSQL_SERVER
\
-DDEFAULT_MYSQL_HOME
=
"
\"
$(MYSQLBASEdir)
\"
"
\
...
...
support-files/mysql.spec.sh
View file @
2cef6b92
...
...
@@ -149,7 +149,7 @@ languages and applications need to dynamically load and use MySQL.
%package Max
Release: %
{
release
}
Summary: MySQL - server with Berkeley DB,
OpenSSL,
RAID and UDF support
Summary: MySQL - server with Berkeley DB, RAID and UDF support
Group: Applications/Databases
Provides: mysql-Max
Obsoletes: mysql-Max
...
...
@@ -157,7 +157,7 @@ Requires: MySQL >= 4.0
%description Max
Optional MySQL server binary that supports additional features like
Berkeley DB,
OpenSSL,
RAID and User Defined Functions
(
UDFs
)
.
Berkeley DB, RAID and User Defined Functions
(
UDFs
)
.
To activate this binary, just
install
this package
in
addition to
the standard MySQL package.
...
...
@@ -269,7 +269,7 @@ then
fi
BuildMySQL
"--enable-shared
\
--with-openssl
\
--with
out
-openssl
\
--with-berkeley-db
\
--with-innodb
\
--with-raid
\
...
...
@@ -579,6 +579,11 @@ fi
# The spec file changelog only includes changes made to the spec file
# itself
%changelog
*
Thu Jul 29 2004 Lenz Grimmer <lenz@mysql.com>
- disabled OpenSSL
in
the Max binaries again
(
the RPM packages were the
only exception to this anyway
)
(
BUG 1043
)
*
Wed Jun 30 2004 Lenz Grimmer <lenz@mysql.com>
- fixed server postinstall
(
mysql_install_db was called with the wrong
...
...
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