mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
- added Changelog entry to manual.texi
- mysql.spec.sh: MySQL-Max now requires MySQL >= 4.0 to avoid version mismatches (people were mixing MySQL 3.23 and 4.0 RPMs) Docs/manual.texi: - Added Changelog entry support-files/mysql.spec.sh: - MySQL-Max now requires MySQL >= 4.0 to avoid version mismatching
This commit is contained in:
@ -50453,6 +50453,8 @@ each individual 4.0.x release.
|
|||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
|
Fixed bug in @code{myisamchk -R} mode.
|
||||||
|
@item
|
||||||
Fixed bug that caused @code{mysqld} to crash on @code{REVOKE}.
|
Fixed bug that caused @code{mysqld} to crash on @code{REVOKE}.
|
||||||
@item
|
@item
|
||||||
Fixed bug in @code{ORDER BY} when there is a constant in the @code{SELECT}
|
Fixed bug in @code{ORDER BY} when there is a constant in the @code{SELECT}
|
||||||
|
@ -122,6 +122,7 @@ Summary: MySQL - server with Berkeley DB, RAID and UDF support
|
|||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Provides: mysql-Max
|
Provides: mysql-Max
|
||||||
Obsoletes: mysql-Max
|
Obsoletes: mysql-Max
|
||||||
|
Requires: MySQL >= 4.0
|
||||||
|
|
||||||
%description Max
|
%description Max
|
||||||
Optional MySQL server binary that supports additional features like
|
Optional MySQL server binary that supports additional features like
|
||||||
@ -481,6 +482,11 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Wed Sep 25 2002 Lenz Grimmer <lenz@mysql.com>
|
||||||
|
|
||||||
|
- MySQL-Max now requires MySQL >= 4.0 to avoid version mismatches
|
||||||
|
(mixing 3.23 and 4.0 packages)
|
||||||
|
|
||||||
* Fri Aug 09 2002 Lenz Grimmer <lenz@mysql.com>
|
* Fri Aug 09 2002 Lenz Grimmer <lenz@mysql.com>
|
||||||
|
|
||||||
- Turn off OpenSSL in MySQL-Max for now until it works properly again
|
- Turn off OpenSSL in MySQL-Max for now until it works properly again
|
||||||
@ -513,7 +519,7 @@ fi
|
|||||||
take care of this
|
take care of this
|
||||||
- reorganized the file list: actually install man pages along
|
- reorganized the file list: actually install man pages along
|
||||||
with the binaries of the respective subpackage
|
with the binaries of the respective subpackage
|
||||||
- don't include libmysqld.a in the devel subpackage as well, if we
|
- don<EFBFBD>t include libmysqld.a in the devel subpackage as well, if we
|
||||||
have a special "embedded" subpackage
|
have a special "embedded" subpackage
|
||||||
- reworked the package descriptions
|
- reworked the package descriptions
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user