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
1ecf9d50
Commit
1ecf9d50
authored
Jan 24, 2003
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- added mysql_waitpid to the MySQL-client RPM and binary distributions
- renamed MySQL.rpm to MySQL-server.rpm
parent
9ec97f2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
4 deletions
+39
-4
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+1
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+38
-3
No files found.
scripts/make_binary_distribution.sh
View file @
1ecf9d50
...
...
@@ -64,7 +64,7 @@ do
done
for
i
in
extra/comp_err extra/replace extra/perror extra/resolveip
\
extra/my_print_defaults extra/resolve_stack_dump
\
extra/my_print_defaults extra/
mysql_waitpid extra/
resolve_stack_dump
\
isam/isamchk isam/pack_isam myisam/myisamchk
\
myisam/myisampack sql/mysqld client/mysqlbinlog
\
client/mysql sql/mysqld client/mysqlshow client/mysqlcheck
\
...
...
support-files/mysql.spec.sh
View file @
1ecf9d50
...
...
@@ -12,7 +12,7 @@ Summary(pt_BR): MySQL: Um servidor SQL r
Group
(
pt_BR
)
: Aplicaes/Banco_de_Dados
Version: @MYSQL_NO_DASH_VERSION@
Release: %
{
release
}
Copyright: GPL
/ LGPL
Copyright: GPL
Source: http://www.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/mysql-%
{
mysql_version
}
.tar.gz
Icon: mysql.gif
URL: http://www.mysql.com/
...
...
@@ -45,6 +45,34 @@ The MySQL web site (http://www.mysql.com/) provides the latest
news and information about the MySQL software. Also please see the
documentation and the manual
for
more information.
%package server
Release: %
{
release
}
Summary: MySQL: a very fast and reliable SQL database server
Group: Applications/Databases
Summary
(
pt_BR
)
: MySQL: Um servidor SQL rpido e confivel.
Group
(
pt_BR
)
: Aplicaes/Banco_de_Dados
Requires: fileutils sh-utils
Provides: msqlormysql mysql-server mysql MySQL
Obsoletes: MySQL mysql mysql-server
%description server
The MySQL
(
TM
)
software delivers a very fast, multi-threaded, multi-user,
and robust SQL
(
Structured Query Language
)
database server. MySQL Server
is intended
for
mission-critical, heavy-load production systems as well
as
for
embedding into mass-deployed software. MySQL is a trademark of
MySQL AB.
The MySQL software has Dual Licensing, which means you can use the MySQL
software free of charge under the GNU General Public License
(
http://www.gnu.org/licenses/
)
.
You can also purchase commercial MySQL
licenses from MySQL AB
if
you
do
not wish to be bound by the terms of
the GPL. See the chapter
"Licensing and Support"
in
the manual
for
further info.
The MySQL web site
(
http://www.mysql.com/
)
provides the latest
news and information about the MySQL software. Also please see the
documentation and the manual
for
more information.
This package includes the MySQL server binary
(
statically linked,
compiled with InnoDB support
)
as well as related utilities to run
and administrate a MySQL server.
...
...
@@ -62,7 +90,7 @@ Obsoletes: mysql-client
Provides: mysql-client
%description client
This package contains the standard MySQL clients.
This package contains the standard MySQL clients
and administration tools
.
%
{
see_base
}
...
...
@@ -386,7 +414,7 @@ fi
%clean
[
"
$RBR
"
!=
"/"
]
&&
[
-d
$RBR
]
&&
rm
-rf
$RBR
;
%files
%files
server
%defattr
(
755 root, root
)
%doc %attr
(
644, root, root
)
COPYING COPYING.LIB README
...
...
@@ -440,6 +468,7 @@ fi
%attr
(
755, root, root
)
/usr/bin/msql2mysql
%attr
(
755, root, root
)
/usr/bin/mysql
%attr
(
755, root, root
)
/usr/bin/mysql_find_rows
%attr
(
755, root, root
)
/usr/bin/mysql_waitpid
%attr
(
755, root, root
)
/usr/bin/mysqlaccess
%attr
(
755, root, root
)
/usr/bin/mysqladmin
%attr
(
755, root, root
)
/usr/bin/mysqlbinlog
...
...
@@ -502,6 +531,12 @@ fi
%changelog
*
Fri Jan 24 2003 Lenz Grimmer <lenz@mysql.com>
- renamed package
"MySQL"
to
"MySQL-server"
- fixed Copyright tag
- added mysql_waitpid to client subpackage
(
required
for
mysql-test-run
)
*
Wed Nov 27 2002 Lenz Grimmer <lenz@mysql.com>
- moved init script from /etc/rc.d/init.d to /etc/init.d
(
the majority of
...
...
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