Index index by Group index by Distribution index by Vendor index by creation date index by Name Feedback Help Search

MySQL-embedded-4.0.21-0 RPM for i386

From Contributed RPMs / RPMS

Name: MySQL-embedded Distribution: Unknown
Version: 4.0.21 Vendor: MySQL AB
Release: 0 Build date: Tue Sep 7 20:10:11 2004
Group: Applications/Databases Build host: build.mysql.com
Size: 6611086 Source RPM: MySQL-4.0.21-0.src.rpm
Packager: Lenz Grimmer <build@mysql.com>
Url: http://www.mysql.com/
Summary: MySQL - embedded library
This package contains the MySQL server as an embedded library.

The embedded MySQL server library makes it possible to run a
full-featured MySQL server inside the client application.
The main benefits are increased speed and more simple management
for embedded applications.

The API is identical for the embedded MySQL version and the
client/server version.

For a description of MySQL see the base MySQL RPM or http://www.mysql.com

Provides

Requires

Copyright

GPL

Signatures

internal MD5: 7e30f258d1a08626430c4368fd541ed1
GPG

Changelog

* Thu Aug 26 2004 Lenz Grimmer <lenz@mysql.com>
  - MySQL-Max now requires MySQL-server instead of MySQL (BUG 3860)
* Tue Aug 10 2004 Lenz Grimmer <lenz@mysql.com>
  - Added libmygcc.a to the devel subpackage (required to link applications
    against the the embedded server libmysqld.a) (BUG 4921)
* Mon Aug 09 2004 Lenz Grimmer <lenz@mysql.com>
  - Added EXCEPTIONS-CLIENT to the "devel" package
* Mon Apr 05 2004 Lenz Grimmer <lenz@mysql.com>
  - added ncurses-devel to the build prerequisites (BUG 3377)
* Thu Feb 12 2004 Lenz Grimmer <lenz@mysql.com>
  - when using gcc, _always_ use CXX=gcc 
  - replaced Copyright with License field (Copyright is obsolete)
* Tue Feb 03 2004 Lenz Grimmer <lenz@mysql.com>
  - added myisam_ftdump to the Server package
* Mon Dec 22 2003 Lenz Grimmer <lenz@mysql.com>
  - marked /etc/logrotate.d/mysql as a config file (BUG 2156)
* Sat Dec 13 2003 Lenz Grimmer <lenz@mysql.com>
  - fixed file permissions (BUG 1672)
* Thu Dec 11 2003 Lenz Grimmer <lenz@mysql.com>
  - made testing for gcc3 a bit more robust
* Fri Nov 21 2003 Lenz Grimmer <lenz@mysql.com>
  - removed dependency on MySQL-client from the MySQL-devel subpackage
    as it is not really required. (BUG 1610)
* Fri Aug 29 2003 Lenz Grimmer <lenz@mysql.com>
  - Fixed BUG 1162 (removed macro names from the changelog)
  - Really fixed BUG 998 (disable the checking for installed but
    unpackaged files)
* Tue Aug 05 2003 Lenz Grimmer <lenz@mysql.com>
  - Fixed BUG 959 (libmysqld not being compiled properly)
  - Fixed BUG 998 (RPM build errors): added missing files to the
    distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow,
    mysql_fix_privilege_tables.1), removed "-n" from install section.
* Wed Jul 09 2003 Lenz Grimmer <lenz@mysql.com>
  - removed the GIF Icon (file was not included in the sources anyway)
  - removed unused variable shared_lib_version
  - do not run automake before building the standard binary
    (should not be necessary)
  - add server suffix '-standard' to standard binary (to be in line
    with the binary tarball distributions)
  - Use more RPM macros (_exec_prefix, _sbindir, _libdir, _sysconfdir,
    _datadir, _includedir) throughout the spec file.
  - allow overriding CC and CXX (required when building with other compilers)
* Fri May 16 2003 Lenz Grimmer <lenz@mysql.com>
  - re-enabled RAID again
* Wed Apr 30 2003 Lenz Grimmer <lenz@mysql.com>
  - disabled MyISAM RAID (--with-raid) - it throws an assertion which
    needs to be investigated first.
* Mon Mar 10 2003 Lenz Grimmer <lenz@mysql.com>
  - added missing file mysql_secure_installation to server subpackage
    (BUG 141)
* Tue Feb 11 2003 Lenz Grimmer <lenz@mysql.com>
  - re-added missing pre- and post(un)install scripts to server subpackage
  - added config file /etc/my.cnf to the file list (just for completeness)
  - make sure to create the datadir with 755 permissions
* Mon Jan 27 2003 Lenz Grimmer <lenz@mysql.com>
  - removed unused CC and CXX variables
  - CFLAGS and CXXFLAGS should honor RPM_OPT_FLAGS
* 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 
    Linux distributions now support this scheme as proposed by the LSB either
    directly or via a compatibility symlink)
  - Use new "restart" init script action instead of starting and stopping
    separately
  - Be more flexible in activating the automatic bootup - use insserv (on
    older SuSE versions) or chkconfig (Red Hat, newer SuSE versions and
    others) to create the respective symlinks
* 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>
  - Turn off OpenSSL in MySQL-Max for now until it works properly again
  - enable RAID for the Max binary instead
  - added compatibility link: safe_mysqld -> mysqld_safe to ease the
    transition from 3.23
* Thu Jul 18 2002 Lenz Grimmer <lenz@mysql.com>
  - Reworked the build steps a little bit: the Max binary is supposed
    to include OpenSSL, which cannot be linked statically, thus trying
  	to statically link against a special glibc is futile anyway
  - because of this, it is not required to make yet another build run
    just to compile the shared libs (saves a lot of time)
  - updated package description of the Max subpackage
  - clean up the BuildRoot directory afterwards
* Mon Jul 15 2002 Lenz Grimmer <lenz@mysql.com>
  - Updated Packager information
  - Fixed the build options: the regular package is supposed to
    include InnoDB and linked statically, while the Max package
  	should include BDB and SSL support
* Fri May 03 2002 Lenz Grimmer <lenz@mysql.com>
  - Use more RPM macros (e.g. infodir, mandir) to make the spec
    file more portable
  - reorganized the installation of documentation files: let RPM
    take care of this
  - reorganized the file list: actually install man pages along
    with the binaries of the respective subpackage
  - do not include libmysqld.a in the devel subpackage as well, if we
    have a special "embedded" subpackage
  - reworked the package descriptions
* Mon Oct 08 2001 Monty
  - Added embedded server as a separate RPM
* Fri Apr 13 2001 Monty
  - Added mysqld-max to the distribution
* Tue Jan 02 2001 Monty
  - Added mysql-test to the bench package
* Fri Aug 18 2000 Tim Smith <tim@mysql.com>
  - Added separate libmysql_r directory; now both a threaded
    and non-threaded library is shipped.
* Tue Sep 28 1999 David Axmark <davida@mysql.com>
  - Added the support-files/my-example.cnf to the docs directory.
  
  - Removed devel dependency on base since it is about client
    development.
* Wed Sep 08 1999 David Axmark <davida@mysql.com>
  - Cleaned up some for 3.23.
* Thu Jul 01 1999 David Axmark <davida@mysql.com>
  - Added support for shared libraries in a separate sub
    package. Original fix by David Fox (dsfox@cogsci.ucsd.edu)
  
  - The --enable-assembler switch is now automatically disables on
    platforms there assembler code is unavailable. This should allow
    building this RPM on non i386 systems.
* Mon Feb 22 1999 David Axmark <david@detron.se>
  - Removed unportable cc switches from the spec file. The defaults can
    now be overridden with environment variables. This feature is used
    to compile the official RPM with optimal (but compiler version
    specific) switches.
  
  - Removed the repetitive description parts for the sub rpms. Maybe add
    again if RPM gets a multiline macro capability.
  
  - Added support for a pt_BR translation. Translation contributed by
    Jorge Godoy <jorge@bestway.com.br>.
* Wed Nov 04 1998 David Axmark <david@detron.se>
  - A lot of changes in all the rpm and install scripts. This may even
    be a working RPM :-)
* Sun Aug 16 1998 David Axmark <david@detron.se>
  - A developers changelog for MySQL is available in the source RPM. And
    there is a history of major user visible changed in the Reference
    Manual.  Only RPM specific changes will be documented here.

Files

/usr/lib/mysql/libmysqld.a


Generated by rpm2html 1.9.2

webmaster@wesmo.com, Wed Mar 21 12:13:11 2007