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
316111dd
Commit
316111dd
authored
Oct 30, 2009
by
Michael Widenius
Browse files
Options
Browse Files
Download
Plain Diff
Merge with 5.1-release
parents
d6f4b975
182aa542
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+10
-8
win/make_mariadb_win_dist
win/make_mariadb_win_dist
+1
-1
No files found.
scripts/make_binary_distribution.sh
View file @
316111dd
...
...
@@ -305,11 +305,6 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; then
fi
fi
# FIXME let this script be in "bin/", where it is in the RPMs?
# http://dev.mysql.com/doc/refman/5.1/en/mysql-install-db-problems.html
mkdir
$DEST
/scripts
mv
$DEST
/bin/mysql_install_db
$DEST
/scripts/
# Note, no legacy "safe_mysqld" link to "mysqld_safe" in 5.1
# Copy readme and license files
...
...
@@ -342,18 +337,25 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; then
#
# Move things to make them easier to find in tar installation
#
mv
$DEST
/libexec/
*
$DEST
/bin
# The following test is needed if the original configure was done with
# something like --libexecdir=/usr/local/mysql/bin
if
test
-f
$DEST
/libexec/mysqld
then
mv
$DEST
/libexec/
*
$DEST
/bin
rmdir
$DEST
/libexec
fi
mv
$DEST
/share/man
$DEST
mv
$DEST
/share/mysql/binary-configure
$DEST
/configure
mv
$DEST
/share/mysql/
*
.sql
$DEST
/share
mv
$DEST
/share/mysql/
*
.cnf
$DEST
/share/mysql/
*
.server
$DEST
/share/mysql/mysql-log-rotate
$DEST
/support-files
rmdir
$DEST
/libexec
#
# Move some scripts that are only run once to 'scripts' directory
# but add symbolic links instead to old place for compatibility
#
for
i
in
mysql_secure_installation mysql_fix_extensions mysql_fix_privilege_tables
mkdir
$DEST
/scripts
for
i
in
mysql_secure_installation mysql_fix_extensions mysql_fix_privilege_tables mysql_install_db
do
mv
$DEST
/bin/
$i
$DEST
/scripts
ln
-s
"../scripts/
$i
"
$DEST
/bin/
$i
...
...
win/make_mariadb_win_dist
View file @
316111dd
...
...
@@ -66,7 +66,7 @@ ls -lah $ZIPFILE
echo
"
$ZIPFILE
is the Windows noinstall binary zip"
if
[
$RES
]
;
then
echo
"Archive contents differ from the standard file list, check the diff output above"
echo
"Archive contents differ from the standard file list, check the diff output above"
else
echo
"Archive contents match the standard list, OK"
fi
...
...
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