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
a829c4c0
Commit
a829c4c0
authored
Oct 02, 2002
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/space/my/mysql-3.23
into mysql.com:/space/my/mysql-3.23-spec
parents
821c77c7
8bc99030
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+6
-3
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+6
-0
No files found.
scripts/make_binary_distribution.sh
View file @
a829c4c0
...
...
@@ -54,10 +54,13 @@ mkdir $BASE $BASE/bin $BASE/data $BASE/data/mysql $BASE/data/test \
chmod
o-rwx
$BASE
/data
$BASE
/data/
*
for
i
in
sql/
ChangeLog COPYING COPYING.LIB README Docs/INSTALL-BINARY
\
Docs/manual.html Docs/manual.txt Docs/manual_toc.html
for
i
in
ChangeLog COPYING COPYING.LIB README Docs/INSTALL-BINARY
\
LICENSE
Docs/manual.html Docs/manual.txt Docs/manual_toc.html
do
$CP
$i
$BASE
if
[
-f
$i
]
then
$CP
$i
$BASE
fi
done
for
i
in
extra/comp_err extra/replace extra/perror extra/resolveip
\
...
...
support-files/mysql.spec.sh
View file @
a829c4c0
...
...
@@ -115,6 +115,7 @@ Summary: MySQL - server with Berkeley DB and Innodb support
Group: Applications/Databases
Provides: mysql-Max
Obsoletes: mysql-Max
Requires: MySQL
=
%
{
version
}
%description Max
Optional MySQL server binary that supports features
...
...
@@ -422,6 +423,11 @@ fi
%changelog
*
Tue Sep 24 2002 Lenz Grimmer <lenz@mysql.com>
- MySQL-Max now requires MySQL to be the same version
(
to
avoid version mismatches e.g. mixing 3.23.xx and 4.0 packages
)
*
Thu Jul 30 2002 Lenz Grimmer <lenz@mysql.com>
- Use some more macros
(
mandir and infodir
)
...
...
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