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

mysql-tools-5.1.49-0.1.1 RPM for i586

From OpenSuSE 11.2 updates for i586

Name: mysql-tools Distribution: openSUSE 11.2
Version: 5.1.49 Vendor: openSUSE
Release: 0.1.1 Build date: Wed Oct 6 23:37:53 2010
Group: Productivity/Databases/Servers Build host: build31
Size: 3991013 Source RPM: mysql-5.1.49-0.1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.mysql.com
Summary: MySQL tools
A set of scripts for administering a MySQL server or developing
applications with MySQL.

Authors:
--------
    Michael Widenius <monty@mysql.com>
    David Axmark <davida@mysql.com>

Provides

Requires

License

GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT

Changelog

* Sun Aug 08 2010 mhrusecky@suse.cz
  - updated to 5.1.49 (bnc#584287), see
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-49.html
    - includes several security fixes
* Tue Jun 29 2010 mhrusecky@suse.cz
  - updated to 5.1.48 (bnc#584287), see
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
    - fixes bnc#619097
* Mon May 24 2010 mhrusecky@suse.cz
  - updated to 5.1.47 (bnc#584287), see
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-47.html
    - fixes bnc#609551: CVE-2010-1848, CVE-2010-1849, CVE-2010-1850
* Sat Apr 24 2010 mhrusecky@suse.cz
  - updated to 5.1.46 (bnc#584287), see
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-46.html
    - fixes bnc#604285: CVE-2010-1621
    - fixes bnc#607466: CVE-2010-1626
* Mon Mar 29 2010 mhrusecky@suse.cz
  - updated to 5.1.45 (bnc#584287), see
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-45.html
* Tue Mar 16 2010 mhrusecky@suse.cz
  - fixed few broken tests from test suite (mostly caused by utf-8)
* Wed Mar 10 2010 mhrusecky@suse.cz
  - fixed build on older openSUSE ( < 11.1 )
* Tue Mar 09 2010 mhrusecky@suse.cz
  - fixed problems in init script (bnc#582656)
* Fri Mar 05 2010 mhrusecky@suse.cz
  - updated to 5.1.44 (bnc#584287), see
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-37.html
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-38.html
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-39.html
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-40.html
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-41.html
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-43.html
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-44.html
* Fri Oct 16 2009 adrian@suse.de
  - fix PreRequires or mysql package can't be used in build enviroment
  - do not fail on usermod call in %pre as specified
* Mon Oct 12 2009 coolo@novell.com
  - fix prereq for usermod
* Mon Oct 05 2009 mhrusecky@suse.cz
  - fixed my.cnf rights (bnc#539249)
  - fixed restart on update (bnc#520876)
* Tue Sep 15 2009 mhrusecky@suse.cz
  - Few better formulations in README.SuSE (bnc#539243)
* Tue Aug 25 2009 mhrusecky@suse.cz
  - Refixing bnc#420313 so mysql_config will return better values
* Wed Aug 12 2009 mhrusecky@suse.cz
  - Using configure option to enforce pthreads rwlocks on s390 instead
    of sed substitution
* Tue Jul 28 2009 mhrusecky@suse.cz
  - Applying upstream patch for upstream bug#43594
    (hotcopy will ignore log tables) (bnc#525325)
  - Not using bmove512 as it may slow things down
    (see upstream bug#19975)
* Mon Jul 27 2009 mhrusecky@suse.cz
  - Applying upstream patch for upstream bug#36259
    'Optimizing with ORDER BY'
* Fri Jul 24 2009 dmueller@suse.de
  - fix baselibs.conf (bnc#525065)
* Tue Jul 07 2009 mhrusecky@suse.cz
  - updated to 5.1.36, see
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-36.html
* Fri Jun 26 2009 mhrusecky@suse.cz
  - fixed rcmysql status
* Tue Jun 23 2009 mhrusecky@suse.cz
  - extra escaping in rc script just to be sure
  - creating parent directories for logs when they don't exists
  - rc script didn't always exited when it should
  - checking for incompatible databases in way it can be logged
* Fri Jun 19 2009 mhrusecky@suse.cz
  - actualized README.SuSE
* Tue Jun 16 2009 mhrusecky@suse.cz
  - updated to 5.1.35, see
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-35.html
  - fixed some tests
* Mon Jun 08 2009 mhrusecky@suse.cz
  - putting all log files to subdirectory in /var/log
* Mon Jun 01 2009 mhrusecky@suse.cz
  - moving socket back to /var/lib/mysql for people with old distributions
* Sat May 02 2009 chris@computersalat.de
  - fdupes fix for fedora
* Fri May 01 2009 chris@computersalat.de
  - beautify spec file
    o some if's to get Fedora, Centos build
  - to minimize effort for admins
    o with-charset=utf8
    o with-collation=utf8_unicode_ci
* Thu Apr 30 2009 mhrusecky@suse.cz
  - adding upgrade log
* Tue Apr 28 2009 mhrusecky@suse.cz
  - fixed update so only one at the time is allowed
* Fri Apr 24 2009 mhrusecky@suse.cz
  - updated to 5.1.34, see
    http://dev.mysql.com/doc/refman/5.1/en/news-5-1-34.html
  - added README.SuSE with notes about version 5.1
  - fixed migration problem from 5.0.X regarding moved pidfile
* Fri Apr 10 2009 mhrusecky@suse.cz
  - Fixed SSL support on 64-bit machines
* Tue Apr 07 2009 mhrusecky@suse.cz
  - Merging with development version of MySQL 5.1
    - following changes were committed since
      Mon Oct  1 19:55:46 CEST 2007 when package development was
      branched
    * Fri Apr  3 16:05:02 CEST 2009 - mhrusecky@suse.cz
    - better fix for rc status
    - my_safe_process moved to %_bindir
    * Thu Apr  2 18:41:08 CEST 2009 - mhrusecky@suse.cz
    - updated to 5.1.33, see
      http://dev.mysql.com/doc/refman/5.1/en/news-5-1-33.html
    - fixed path dependent build of scripts
    * Tue Mar 17 19:10:09 CET 2009 - mhrusecky@suse.cz
    - localstatedir is back to /var/lib/mysql as it is used as
      default value for datadir
    - fixed upgrade using datadir
    * Tue Mar 17 18:23:35 CET 2009 - mhrusecky@suse.cz
    - mysql_install_db now uses group option too
    - log file migrated to /var/log
    * Thu Mar 12 18:07:24 CET 2009 - mhrusecky@suse.cz
    - Fixing mysql-test so it can be installed in
      /usr/share/mysql-test
    * Mon Mar  9 20:17:32 CET 2009 - mhrusecky@suse.cz
    - Adjusting suse-test-run as there is no longer mysql-Max
      package
    * Fri Mar  6 15:59:40 CET 2009 - mhrusecky@suse.cz
    - updated to 5.1.32, see
      http://dev.mysql.com/doc/refman/5.1/en/news-5-1-32.html
    - mysql-5.1.31-test-allowed-packets.patch no longer needed
      as it was fixed upstream
    * Tue Mar  3 19:53:11 CET 2009 - mhrusecky@suse.cz
    - moving tmp and socket/pidfiles directories to the better
      location
    * Mon Mar  2 14:40:19 CET 2009 - mhrusecky@suse.cz
    - dropping mysql-storage-plugins package (now part of mysql
      base package)
    * Fri Feb 27 16:04:57 CET 2009 - mhrusecky@suse.cz
    - fixed main.variables-big test
    * Thu Feb 26 17:48:51 CET 2009 - mhrusecky@suse.cz
    - fixed federated plugin to avoid versioning
    - fixed main.mysqlbinlog_row_big test
    - fixed dependencies and other things because of dropped
      mysql-Max
    * Mon Feb 23 17:28:38 CET 2009 - mhrusecky@suse.cz
    - updated to 5.1.31, see
      http://dev.mysql.com/doc/refman/5.1/en/news-5-1-31.html
    * mysql-5.1.30-test-daemon-sbin.patch no longer needed as
      something better was accepted upstream
    * mysql-openssl-test.patch is already in upstream too
    * Mon Feb 23 15:25:22 CET 2009 - mhrusecky@suse.cz
    - dropping unused rc.mysql file
    - fixed status detection
    * Fri Feb 20 15:06:22 CET 2009 - mhrusecky@suse.cz
    - innodb support compiled as a static part of MySQL
    - getting rid of sysconfig
    * Tue Jan 20 18:39:38 CET 2009 - mhrusecky@suse.cz
    - automatic plugins loading
    * Mon Jan  5 18:34:40 CET 2009 - mhrusecky@suse.cz
    - init script checks for relative paths (bnc#463586)
    * Mon Dec  8 17:27:29  CET 2008 - mhrusecky@suse.cz
    - updated to 5.1.30, see
      http://dev.mysql.com/doc/refman/5.1/en/news-5-1-28.html
      http://dev.mysql.com/doc/refman/5.1/en/news-5-1-29.html
      http://dev.mysql.com/doc/refman/5.1/en/news-5-1-30.html
    - indentation in rc scripts fixed (bnc#435519)
    - more comments and minor fixes in spec file
    - using symlinks for mysql-test-run and mtr as these are the
      same files and they needs some patching
    - fixed some of the automatic tests
    - dropping some patches which are no longer used
    * Thu Sep 25 12:05:46 CEST 2008 - mmarek@suse.cz
    - merged init script changes from the 5.0 package
    * Wed Jul 30 14:57:46 CEST 2008 - mmarek@suse.cz
    - updated to 5.1.26-rc, see
      http://dev.mysql.com/doc/refman/5.1/en/news-5-1-26.html
    * Fri Jul  4 12:58:41 CEST 2008 - mmarek@suse.cz
    - updated to 5.1.25-rc, for changes see
      http://dev.mysql.com/doc/refman/5.1/en/news-5-1-24.html
      http://dev.mysql.com/doc/refman/5.1/en/news-5-1-25.html
    * Fri Mar 14 14:19:36 CET 2008 - mmarek@suse.cz
    - fixed mysqld_multi.patch (bnc#371000)
    * Fri Mar 14 13:31:01 CET 2008 - mmarek@suse.cz
    - add 'user = mysql' to mysqld_multi example groups
    * Fri Mar 14 09:06:11 CET 2008 - mmarek@suse.cz
    - dropped README.SUSE (bnc#357634)
    - moved mysql_upgrade to the server package (bnc#366820)
    * Thu Mar 13 17:29:32 CET 2008 - mmarek@suse.cz
    - adjusted license tags
    * Wed Mar 12 18:48:52 CET 2008 - mmarek@suse.cz
    - finally convert err-log to log-error in my.cnf
    * Wed Mar 12 17:58:03 CET 2008 - mmarek@suse.cz
    - shortened the comment in sysconfig.mysql, a detailed
      description or HOWTO can be added to a README (created a
      draft)
    * Wed Mar 12 16:03:16 CET 2008 - mmarek@suse.cz
    - don't preinstall /var/lib/mysql-databases, create datadirs
      in mysqld_multi on first startup insteal
    * Tue Mar 11 13:38:33 CET 2008 - mmarek@suse.cz
    - updated to 5.1.23-rc
    * fixes CVE-2007-5970
    * for other changes see
      http://dev.mysql.com/doc/refman/5.1/en/news-5-1-23.html
    * Tue Feb 12 12:00:00 CET 2008 - richard@radoeka.nl
    - Added multi database support by
      o updating /etc/init.d/mysql, it has now 2 legs the existing
      one to start a single database, and a new one to start and
      stop multiple database.
      o Added a sysconfig variable
      o Added a directory /var/lib/mysql-databases to hold
      databases,
      o Updated /etc/my.cnf with some examples database
      configurations
    * Fri Nov  9 15:51:08 CET 2007 - mmarek@suse.cz
    - removed the sles9 workaround that's not needed anymore and
      breaks sles9 builds instead
    * Wed Oct 10 22:30:44 CEST 2007 - mmarek@suse.cz
    - merged the standard and Max server packages
    - example, csv and federated storage engines are packaged in
      mysql-storage-plugins
    - build the NDB cluster:
    * mysql-ndb-storage
    * mysql-ndb-management
    * mysql-ndb-tools
    * mysql-ndb-extra
    - removed libmysqlclient static libraries and .la files
    - moved libmysqlclient and libmysqld to %%_libdir, %%_libdir/mysql
      will only be used for the server plugins
    * Mon Oct  1 19:55:46 CEST 2007 - mmarek@suse.cz
    - initial 5.1 packaging (5.1.22-rc)
    * ported the 5.0 spec file to make it build at least
    * highlights from the "What's New" list
      (http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html):
    - table partitioning
    - plugin API
    - event scheduler
    - basic XML functions (ExtractValue() and UpdateXML())
    - mysqlslap load emulator
* Mon Mar 30 2009 crrodriguez@suse.de
  - configure flag --with-pic is not really used for libmysqld.a
    restore -fPIC in CFLAGS
* Tue Mar 03 2009 crrodriguez@suse.de
  - use --disable-static, note that this will only
    remove static libraries that have shared counterparts, those
    in static form only remain available as usual (saves around 6MB)
  - remove "la" files
* Wed Jan 07 2009 olh@suse.de
  - obsolete old -XXbit packages (bnc#437293)
* Thu Oct 23 2008 mmarek@suse.cz
  - fix mysql_install_db when the hostname is 'localhost'
    (bnc#429618, mysql#35754)
* Thu Sep 25 2008 mmarek@suse.cz
  - build -max and -debug with --with-big-tables and archive, csv,
    example, blackhole and federated engines to match the binary
    builds provided by MySQL (bnc#427384)
* Fri Sep 12 2008 mmarek@suse.cz
  - better fix for CVE-2008-2079 (bnc#425079, mysql#32167)
* Fri Sep 12 2008 mmarek@suse.de
  - remove no longer needed s390 workaround
* Tue Sep 02 2008 mmarek@suse.cz
  - fix mysql_config --libs output (bnc#420313, mysql#39175)
* Mon Aug 25 2008 mmarek@suse.cz
  - updated to 5.0.67, for changes see
    http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-67.html
* Mon Aug 18 2008 mmarek@suse.de
  - add Required-Stop: $network $remote_fs to the init script
* Fri May 30 2008 mmarek@suse.cz
  - fix a race in rcmysql restart between the old mysql removing it's
    pid file and exiting - use checkproc -p (bnc#359522, bnc#332530,
    [#395710])
* Thu May 22 2008 mmarek@suse.cz
  - increase timeout in rcmysql stop, should fix failed restarts
    (bnc#359522, bnc#332530)
* Mon May 19 2008 mmarek@suse.cz
  - fixed a privilege bypass with DATA/INDEX DIRECTORY
    (bnc#387746, mysql#32167, CVE-2008-2079)
* Thu Apr 10 2008 ro@suse.de
  - added baselibs.conf file to build xxbit packages
    for multilib support
* Fri Mar 14 2008 mmarek@suse.cz
  - fixed mysqld_multi.patch (bnc#371000)
* Fri Mar 14 2008 mmarek@suse.cz
  - add 'user = mysql' to mysqld_multi example groups
* Fri Mar 14 2008 mmarek@suse.cz
  - synced with server:database:mysql51
  - dropped README.SUSE (bnc#357634)
  - moved mysql_upgrade to the server package (bnc#366820)
  - adjusted license tags
  - finally convert err-log to log-error in my.cnf
  - Added multi database support by
    o updating /etc/init.d/mysql, it has now 2 legs the existing one to start
      a single database, and a new one to start and stop multiple database.
    o Added a sysconfig variable
    o Updated /etc/my.cnf with some examples database configurations
    (Done by Richard Bos, minor edits by me, bnc#353120)
* Tue Feb 26 2008 mmarek@suse.cz
  - updated to 5.0.51a
    * incorporates previous security fixes
* Fri Jan 04 2008 mmarek@suse.cz
  - updated to 5.0.51
    * statements that contain unclosed /*-comments now are rejected
      with a syntax error [mysql#28779]
    * server parser performance improvements [mysql#30625,
      mysql#30237]
    * security fix: CVE-2007-5969 / mysql#32111
    * for a full list of changes, see
    http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51.html
  - fixed CVE-2007-6303 / mysql#29908
  - fixed CVE-2007-6304 / mysql#29801
  - fixed several testsuite failures
    (mybug25359.patch, mybug32458.patch, mybug33050.patch)
* Wed Dec 26 2007 crrodriguez@suse.de
  - fix library-without-ldconfig-postun
* Thu Nov 08 2007 mmarek@suse.cz
  - avoid using distributed pregenerated files instead of
    files generated in the builddirs
* Fri Aug 31 2007 mmarek@suse.cz
  - make sure mysql-shared is replaced by libmysqlclient15 when
    updating from 10.1 or 10.2 [#306556]
* Wed Aug 29 2007 mmarek@suse.cz
  - fix for http://bugs.mysql.com/30069
    (thanks to Richard Guenther)
* Tue Aug 21 2007 mmarek@suse.cz
  - make TMPDIR relative to datadir= setting in /etc/my.cnf
  - add a hint about changing datadir to rcmysql [#285076]
* Fri Jul 27 2007 mmarek@suse.cz
  - updated to 5.0.45, for changes see
    http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-45.html
* Mon Jul 02 2007 mmarek@suse.cz
  - mysql_upgrade: don't fail if the db is already up-to-date
    [#287209] (mysql_upgrade-exit-status.patch)
* Mon Jun 04 2007 mmarek@suse.cz
  - updated the mysql-test package (there are still some failures
    that don't occur during build-time tests)
  - use a new version of the mysql_upgrade program, which finally
    handles errors from /usr/bin/mysql correctly
* Fri Jun 01 2007 mmarek@suse.cz
  - fixed build for older distributions in the buildservice
* Tue May 29 2007 mmarek@suse.de
  - run ldconfig in %%post of library packages
  - don't copy example my.cnf files to /usr/share/doc (they're
    already installed in /usr/share/mysql
  - fixed libmysqlclient-devel dependencies
* Mon May 28 2007 mmarek@suse.cz
  - updated to 5.0.41, for changes see
    http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-37.html
    http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-41.html
  - fixed --with testsuite build [#252630]
  - renamed subpackages according to library packaging policy:
    mysql-shared -> libmysqlclient15, libmysqlclient_r15
    mysql-devel -> libmysqlclient-devel (pulls in both flavors)
  - increased rcmysql start timeout to 30 seconds, don't return
    failure if mysql doesn't start early enough (except for update
    case) [#273938]
* Thu Mar 29 2007 mmarek@suse.de
  - BuildRequires fixes:
    + ncurses-devel
    + zlib-devel
    + procps (configure needs /bin/ps)
    + pwdutils (to be able to install the package in the build root)
    + use sed instead of ex in the s390 workaround
  - build with -DFORCE_INIT_OF_VARS to get rid of some uninitialized
    variable warnings
* Mon Mar 12 2007 mmarek@suse.cz
  - added openssl-devel to Requires: of mysql-devel to fix build of
    packages using mysql-devel
* Thu Feb 22 2007 mmarek@suse.cz
  - updated to 5.0.33, see
    http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-33.html
    for a list of changes
  - added SuSEfirewall2 description file [#246917]
  - print a friendly message about "Duplicate column" errors in
    mysql_upgrade
    [#228248] (mysql_upgrade.patch)
  - fixed a typo in /etc/logrotate/mysql [#244620]
  - build the client, libraries and the Max server with OpenSSL
    support (FIXME: not yet tested, there are some failures in the
    testsuite)
  - don't package the PDF manual (it's constantly out of date and it
    might make more sense to create a noarch mysql-manual.rpm or just
    point users to http://dev.mysql.com/doc/ instead)
  - don't link libmysql to the various client binaries statically
  - created a new mysql-tools subpackage with scripts / binaries
    that aren't essential for the client and server packages and
    bring additional deps (perl-DBD-mysql namely)
  - use VPATH builds for building the different server versions for
    easier debugging (no 'make clean' in-between)
  - build the client and libraries only once to save build time
    (mysql-build-only-server.patch)
  - cleaned up spec file
* Mon Jan 22 2007 mmarek@suse.cz
  - silence some gcc warnings (compiler-warnings.patch)
* Wed Jan 03 2007 mmarek@suse.cz
  - mysql-devel doesn't need mysql-client [#231010]
* Tue Dec 19 2006 mmarek@suse.cz
  - updated to 5.0.27
    * includes the fix for http://bugs.mysql.com/bug.php?id=23427
  - fixed build with tar-1.16
  - fixed small typo in README.SuSE, renamed to README.SUSE [#226716]
* Thu Nov 23 2006 mmarek@suse.de
  - don't run killproc in rcmysql to avoid sending SIGKILL if
    possible [#223209]
* Wed Nov 15 2006 mmarek@suse.de
  - create user mysql with shell /bin/false, because 'su mysql' is
    not needed anymore (see bug #57071)
* Wed Nov 15 2006 mmarek@suse.cz
  - use /var/lib/mysql/.tmp instead of /var/lib/mysql/tmp to avoid
    collision with a database named 'tmp' [#221188]
* Tue Nov 14 2006 mmarek@suse.cz
  - use upstream patch for the varbinary upgrade problem (fixes the
    problem in the REPAIR TABLE implementation, not in the mysqlcheck
    program)
    [#188134, http://bugs.mysql.com/bug.php?id=19371]
* Tue Oct 31 2006 mmarek@suse.cz
  - fixed another binary incompatibility in mysql-shared
    [http://bugs.mysql.com/bug.php?id=23427] (mybug23427.patch)
* Thu Oct 19 2006 pnemec@suse.cz
  - updated to 5.0.26
    * fixes security bugs CVE-2006-4226 and CVE-2006-4227
    * Ctrl-C in the mysql CLI client tries to kill the current
      statement first, instead of exiting
    * mysqlshow treats wild characters such as '_' as literal, if the
      argument matches a single database name exactly
    * DROP VIEW with multiple views will try to drop remaining views
      and not stop at first error
    * the server now issues a warning if it removes leading spaces
      from an alias
    * the VIEW_DEFINITION column of the INFORMATION_SCHEMA VIEWS
      table now contains information about the view algorithm
    * mysql_upgrade doesn't read the [client] section of my.cnf, only
      the [mysql_upgrade] section
    * the LOAD DATA FROM MASTER and LOAD TABLE FROM MASTER statements
      are deprecated, see
      http://dev.mysql.com/doc/refman/5.0/en/load-data-from-master.html
    * mysqldump now has a --flush-privileges option. It causes
      mysqldump to emit a FLUSH PRIVILEGES statement after dumping
      the mysql database
    * lots of bugfixes
  - new patch uninitialized_variable.patch
* Mon Oct 16 2006 mmarek@suse.cz
  - The ISAM storage engine is no longer supported, update the
    warning in rc.mysql.
* Mon Oct 02 2006 mmarek@suse.cz
  - updated to version 5.0.24a
    * fixes a binary incompatibility of mysql-shared introduced in
      5.0.24
    * fixes a buffer overflow caused by statements with long DEFINER
      clause
    * fixes crash when closing temporary tables
* Mon Sep 11 2006 joeshaw@suse.de
  - Add the libmysqld static libraries to the devel package.
* Wed Aug 16 2006 mmarek@suse.cz
  - updated to version 5.0.24
    * added the --ssl-verify-server-cert option to MySQL client
      programs and MYSQL_OPT_SSL_VERIFY_SERVER_CERT for
      mysql_options()
    * new ssl_ca, ssl_capath, ssl_cert, ssl_cipher, and ssl_key
      system variables
    * added --skip-merge option to disable the MERGE storage engine,
      because it has a minor security problem
      [http://bugs.mysql.com/20230]
    * mysql_upgrade script reimplemented in C
    * bug fixes
  - dropped obsolete CVE-2006-0903.patch and pick_args.patch,
    added my_libwrap.patch [http://bugs.mysql.com/18246]
* Tue Aug 01 2006 mmarek@suse.cz
  - removed Recommends: from mysql-debug, it doesn't work on older
    dists
* Mon Jul 31 2006 mmarek@suse.cz
  - created a new mysql-debug package compiled with --with-debug
    and removed the --with debug rpmbuild option
  - fixed --core-file option to really work when the server is
    started by root
    (coredump.patch) [http://bugs.mysql.com/bug.php?id=21361]
  - added a README.debug describing how to debug mysqld crashes
  - cleaned up rc.mysql a bit
  - the server depends on a minimal mysql-client version to make
    sure a recent mysqlcheck is available for rc.mysql
* Mon Jul 31 2006 mmarek@suse.cz
  - fixed some leaks and overflos in varbinary-upgrade.patch
* Fri Jul 21 2006 mmarek@suse.cz
  - workaround an incompatibility with pre-5.0 varbinary fields:
    update the .frm file and remove trailing zeros and spaces
    in 'mysqlcheck --check-upgrade'
    [#188134, http://bugs.mysql.com/bug.php?id=19371]
    (varbinary-upgrade.patch)

Files

/usr/bin/msql2mysql
/usr/bin/mysql_convert_table_format
/usr/bin/mysql_find_rows
/usr/bin/mysql_setpermission
/usr/bin/mysql_tzinfo_to_sql
/usr/bin/mysql_zap
/usr/bin/mysqlaccess
/usr/bin/mysqlhotcopy
/usr/bin/perror
/usr/bin/replace
/usr/share/man/man1/msql2mysql.1.gz
/usr/share/man/man1/mysql_convert_table_format.1.gz
/usr/share/man/man1/mysql_find_rows.1.gz
/usr/share/man/man1/mysql_setpermission.1.gz
/usr/share/man/man1/mysql_tzinfo_to_sql.1.gz
/usr/share/man/man1/mysql_zap.1.gz
/usr/share/man/man1/mysqlaccess.1.gz
/usr/share/man/man1/mysqlhotcopy.1.gz
/usr/share/man/man1/perror.1.gz
/usr/share/man/man1/replace.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 05:47:33 2013