Package MySQL: Information

    Source package: MySQL
    Version: 5.0.89-alt1
    Build time:  Jan 27, 2010, 01:26 AM
    Category: Databases
    Report package bug
    License: GPL / LGPL
    Summary: MySQL: A very fast and reliable SQL database engine
    Description: 
    MySQL is a true multi-user, multi-threaded SQL (Structured Query
    Language) database server. MySQL is a client/server implementation
    that consists of a server daemon (mysqld) and many different client
    programs/libraries.
    
    The main goals of MySQL are speed, robustness and ease of use.  MySQL
    was originally developed because we needed a SQL server that could
    handle very big databases with magnitude higher speed than what any
    database vendor could offer to us. And since we did not need all the
    features that made their server slow we made our own. We have now been
    using MySQL since 1996 in a environment with more than 40 databases,
    10,000 tables, of which more than 500 have more than 7 million
    rows. This is about 200G of data.
    
    The base upon which MySQL is built is a set of routines that have been
    used in a highly demanding production environment for many
    years. While MySQL is still in development, it already offers a rich
    and highly useful function set.
    
    This version allows to use transactions with BDB tables and extended
    character set support. See the documentation for more information

    List of rpms provided by this srpm:
    MySQL-bench (noarch)
    MySQL-client (x86_64, i586)
    MySQL-htmlhelp (noarch)
    MySQL-server (x86_64, i586)
    MySQL-server-perl (noarch)
    libMySQL (x86_64, i586)
    libMySQL-devel (x86_64, i586)



    ACL:
    Denis Smirnov
    @everybody

      1. perl-CGI
      2. perl-DBI
      3. libssl-devel
      4. libstdc++-devel
      5. libncurses-devel
      6. gcc-c++
      7. zlib-devel
      8. libtinfo-devel
      9. libreadline-devel

    Last changed


    Jan. 25, 2010 Anton Farygin 5.0.89-alt1
    - new version (closes #18943)
    - fixed CVE-2009-2446 from upstream (closes #20724)
    - setup utf8 encoding instead of latin1 by default (closes #12390)
    - include C99 aliasing violation patch from mythtv (closes #22452)
    - removed username-length patch
    - wait for mysqld shutdown (closes #22234)
    - don't run initial setup mysql database if mysql.user table already exists
    June 29, 2009 Konstantin Lepikhov 5.0.83-alt2
    - Security fixes:
      + CVE-2008-4456: potential XSS in HTML output (closes #19843).
    - Remove obsoleted macros.
    June 25, 2009 Konstantin Lepikhov 5.0.83-alt1
    - 5.0.83.
    - Remove obsoleted macros.
    - Disabled patch20,patch22, updated htmlhelp to revision 15415.