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
d6ae6b01
Commit
d6ae6b01
authored
Oct 10, 2001
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes to get RPM done
Docs/manual.texi: Updated Changelog
parent
feb19734
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
Build-tools/Do-rpm
Build-tools/Do-rpm
+7
-2
Docs/manual.texi
Docs/manual.texi
+2
-0
No files found.
Build-tools/Do-rpm
View file @
d6ae6b01
...
@@ -115,7 +115,8 @@ set -x
...
@@ -115,7 +115,8 @@ set -x
rm
-rf
$rpmdir
/BUILD/mysql-
*
rm
-rf
$rpmdir
/BUILD/mysql-
*
rm
-f
$rpmdir
/SOURCES/mysql-
*
rm
-f
$rpmdir
/SOURCES/mysql-
*
rm
-f
$rpmdir
/SRPMS/MySQL-
*
rm
-f
$rpmdir
/SRPMS/MySQL-
*
rm
-f
$rpmdir
/SPEC/mysql-
*
rm
-f
$rpmdir
/SPECS/mysql-
*
rm
-rf
/var/tmp/mysql
# Copy MySQL source and spec files
# Copy MySQL source and spec files
...
@@ -162,7 +163,7 @@ if [ ! x$skip_perl=x1 ]; then
...
@@ -162,7 +163,7 @@ if [ ! x$skip_perl=x1 ]; then
set -x
set -x
# First clean up so we do not get old versions when wildcard matching
# First clean up so we do not get old versions when wildcard matching
rm -f
$rpmdir
/SOURCES/DBI-*.spec
rm -f
$rpmdir
/SOURCES/DBI-*.spec
$rpmdir
/SOURCES/mysql*
rm -f
$rpmdir
/RPMS/i386/Perl-*.rpm
rm -f
$rpmdir
/RPMS/i386/Perl-*.rpm
rm -f
$rpmdir
/SRPMS/Perl-*.rpm
rm -f
$rpmdir
/SRPMS/Perl-*.rpm
rm -f
$rpmdir
/RPMS/i386/MySQL*-
$VER_NO_DASH
*.rpm
rm -f
$rpmdir
/RPMS/i386/MySQL*-
$VER_NO_DASH
*.rpm
...
@@ -232,5 +233,9 @@ if [ x$local_build != x1 ]; then
...
@@ -232,5 +233,9 @@ if [ x$local_build != x1 ]; then
# And the perl ones
# And the perl ones
#scp $owner@$bmachine:$rpmdir/RPMS/i386/Perl*-*.rpm $bpath/NEW-RPMS
#scp $owner@$bmachine:$rpmdir/RPMS/i386/Perl*-*.rpm $bpath/NEW-RPMS
#scp $owner@$bmachine:$rpmdir/SRPMS/Perl*-*.rpm $bpath/NEW-RPMS
#scp $owner@$bmachine:$rpmdir/SRPMS/Perl*-*.rpm $bpath/NEW-RPMS
#Remove some of the files that can interfere with future builds
rm
-rf
/var/tmp/mysql
fi
fi
)
>
$log
2>&1
)
>
$log
2>&1
Docs/manual.texi
View file @
d6ae6b01
...
@@ -47363,6 +47363,8 @@ Added documentation for @code{libmysqld}, the embedded MySQL server
...
@@ -47363,6 +47363,8 @@ Added documentation for @code{libmysqld}, the embedded MySQL server
library. Also added example programs (a @code{mysql} client and
library. Also added example programs (a @code{mysql} client and
@code{mysqltest} test program) which use @code{libmysqld}.
@code{mysqltest} test program) which use @code{libmysqld}.
@item
@item
Removed all Gemini hooks from MySQL.
@item
Removed @code{my_thread_init()} and @code{my_thread_end()}
Removed @code{my_thread_init()} and @code{my_thread_end()}
from mysql_com.h, and added @code{mysql_thread_init()} and
from mysql_com.h, and added @code{mysql_thread_init()} and
@code{mysql_thread_end()} to mysql.h.
@code{mysql_thread_end()} to mysql.h.
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