SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for MySQL-client-5.0.96-1.glibc23.i386.rpm :
Wed Nov 24 11:00:00 2010 Alexander Nozdrin
- EXCEPTIONS-CLIENT has been deleted, remove it from here too.

Mon Feb 1 11:00:00 2010 Joerg Bruehe
- Formatting changes:
Have a consistent structure of separator lines and of indentation
(8 leading blanks => tab).
- Add the \"old vendor\" (= \"MySQL AB\") and expand the upgrade check
so that \"MySQL\" packages can be upgraded by \"Sun\" ones.
This fixes bug#45534, with its duplicates #42953 and #46174.
- Backport the fix that prevents RPM from requiring \"perl-DBI\".
- Introduce the variable \"src_dir\".
- Give the environment variables \"MYSQL_BUILD_CC(CXX)\" precedence
over \"CC\" (\"CXX\").

Mon Jan 11 11:00:00 2010 Joerg Bruehe
- Change RPM file naming:
- Suffix like \"-m2\", \"-rc\" becomes part of version as \"_m2\", \"_rc\".
- Release counts from 1, not 0.

Fri Nov 7 11:00:00 2008 Joerg Bruehe
- Correct yesterday\'s fix, so that it also works for the last flag.

Thu Nov 6 11:00:00 2008 Joerg Bruehe
- Modify CFLAGS and CXXFLAGS such that a debug build is not optimized.
This should cover both gcc and icc flags. Fixes bug#40546.

Mon Aug 18 12:00:00 2008 Joerg Bruehe
- Get rid of the \"warning: Installed (but unpackaged) file(s) found:\"
Some files were missing:
- Manual \"mysqlbug\" (\"server\" subpackage)
- Program \"innochecksum\" and its manual (\"server\" subpackage)
- Manuals \"mysql_find_rows\" + \"mysql_tableinfo\" (\"client\" subpackage)
- Script \"mysql_upgrade_shell\" (\"client\" subpackage)
- Manual \"comp_err\" (\"devel\" subpackage)
- Program \"ndb_cpcd\" and its manual (\"ndb-extra\" subpackage)
- Manuals \"ndb_mgm\" + \"ndb_restore\" (\"ndb-tools\" subpackage)

Wed Mar 19 11:00:00 2008 Joerg Bruehe
- Add the man pages for \"ndbd\" and \"ndb_mgmd\".

Mon Feb 18 11:00:00 2008 Timothy Smith
- Require a manual upgrade if the alread-installed mysql-server is
from another vendor, or is of a different major version.

Fri Nov 16 11:00:00 2007 Joerg Bruehe
- When testing the debug server, use \"make test-bt-debug\".

Sat Apr 7 12:00:00 2007 Kent Boortz
- Removed man page for \"mysql_create_system_tables\"

Wed Mar 21 11:00:00 2007 Daniel Fischer
- Add debug server.

Mon Mar 19 11:00:00 2007 Daniel Fischer
- Remove Max RPMs; the server RPMs contain a mysqld compiled with all
features that previously only were built into Max.

Fri Mar 2 11:00:00 2007 Joerg Bruehe
- Add several man pages for NDB which are now created.

Wed Jan 31 11:00:00 2007 Daniel Fischer
- add MTR_BUILD_THREAD=auto to test runs.

Fri Jan 5 11:00:00 2007 Kent Boortz
- Add CFLAGS to gcc call with --print-libgcc-file, to make sure the
correct \"libgcc.a\" path is returned for the 32/64 bit architecture.

Mon Dec 18 11:00:00 2006 Joerg Bruehe
- Fix the move of \"mysqlmanager\" to section 8: Directory name was wrong.

Thu Dec 14 11:00:00 2006 Joerg Bruehe
- Include the new man pages for \"my_print_defaults\" and \"mysql_tzinfo_to_sql\"
in the server RPM.
- The \"mysqlmanager\" man page got moved from section 1 to 8.

Thu Nov 16 11:00:00 2006 Joerg Bruehe
- Explicitly note that the \"MySQL-shared\" RPMs (as built by MySQL AB)
replace \"mysql-shared\" (as distributed by SuSE) to allow easy upgrading
(bug#22081).

Wed Nov 15 11:00:00 2006 Joerg Bruehe
- Switch from \"make test
*\" to explicit calls of the test suite,
so that \"report features\" can be used.

Mon Jul 10 12:00:00 2006 Joerg Bruehe
- Fix a typing error in the \"make\" target for the Perl script to run the tests.

Tue Jul 4 12:00:00 2006 Joerg Bruehe
- Use the Perl script to run the tests, because it will automatically check
whether the server is configured with SSL.

Tue Jun 27 12:00:00 2006 Joerg Bruehe
- move \"mysqldumpslow\" from the client RPM to the server RPM (bug#20216)

- Revert all previous attempts to call \"mysql_upgrade\" during RPM upgrade,
there are some more aspects which need to be solved before this is possible.
For now, just ensure the binary \"mysql_upgrade\" is delivered and installed.

Thu Jun 22 12:00:00 2006 Joerg Bruehe
- Close a gap of the previous version by explicitly using
a newly created temporary directory for the socket to be used
in the \"mysql_upgrade\" operation, overriding any local setting.

Tue Jun 20 12:00:00 2006 Joerg Bruehe
- To run \"mysql_upgrade\", we need a running server;
start it in isolation and skip password checks.

Sat May 20 12:00:00 2006 Kent Boortz
- Always compile for PIC, position independent code.

Wed May 10 12:00:00 2006 Kent Boortz
- Use character set \"all\" for the \"max\", to make Cluster nodes
independent on the character set directory, and the problem that
two RPM sub packages both wants to install this directory.

Mon May 1 12:00:00 2006 Kent Boortz
- Use \"./libtool --mode=execute\" instead of searching for the
executable in current directory and \".libs\".

Fri Apr 28 12:00:00 2006 Kent Boortz
- Install and run \"mysql_upgrade\"

Sat Apr 1 12:00:00 2006 Kent Boortz
- Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS

Fri Mar 3 11:00:00 2006 Kent Boortz
- Don\'t output an embedded package as it is empty
- Can\'t use bundled zlib when doing static build. Might be a
automake/libtool problem, having two .la files, \"libmysqlclient.la\"
and \"libz.la\", on the same command line to link \"thread_test\"
expands to too many \"-lc\", \"-lpthread\" and other libs giving hard
to nail down duplicate symbol defintion problems.

Tue Jan 10 11:00:00 2006 Joerg Bruehe
- Use \"-i\" on \"make test-force\";
this is essential for later evaluation of this log file.

Mon Dec 12 11:00:00 2005 Rodrigo Novo
- Added zlib to the list of (static) libraries installed
- Added check against libtool wierdness (WRT: sql/mysqld || sql/.libs/mysqld)
- Compile MySQL with bundled zlib
- Fixed Sun Microsystems, Inc. Product Engineering Team name to \"MySQL Production Engineering Team\"

Mon Dec 5 11:00:00 2005 Joerg Bruehe
- Avoid using the \"bundled\" zlib on \"shared\" builds:
As it is not installed (on the build system), this gives dependency
problems with \"libtool\" causing the build to fail.
(Change was done on Nov 11, but left uncommented.)

Tue Nov 22 11:00:00 2005 Joerg Bruehe
- Extend the file existence check for \"init.d/mysql\" on un-install
to also guard the call to \"insserv\"/\"chkconfig\".

Thu Oct 27 12:00:00 2005 Lenz Grimmer
- added more man pages

Wed Oct 19 12:00:00 2005 Kent Boortz
- Made yaSSL support an option (off by default)

Wed Oct 19 12:00:00 2005 Kent Boortz
- Enabled yaSSL support

Sat Oct 15 12:00:00 2005 Kent Boortz
- Give mode arguments the same way in all places
- Moved copy of mysqld.a to \"standard\" build, but
disabled it as we don\'t do embedded yet in 5.0

Fri Oct 14 12:00:00 2005 Kent Boortz
- For 5.x, always compile with --with-big-tables
- Copy the config.log file to location outside
the build tree

Fri Oct 14 12:00:00 2005 Kent Boortz
- Removed unneeded/obsolete configure options
- Added archive engine to standard server
- Removed the embedded server from experimental server
- Changed suffix \"-Max\" => \"-max\"
- Changed comment string \"Max\" => \"Experimental\"

Thu Oct 13 12:00:00 2005 Lenz Grimmer
- added a usermod call to assign a potential existing mysql user to the
correct user group (BUG#12823)
- Save the perror binary built during Max build so it supports the NDB
error codes (BUG#13740)
- added a separate macro \"mysqld_group\" to be able to define the
user group of the mysql user seperately, if desired.

Thu Sep 29 12:00:00 2005 Lenz Grimmer
- fixed the removing of the RPM_BUILD_ROOT in the %clean section (the
$RBR variable did not get expanded, thus leaving old build roots behind)

Thu Aug 4 12:00:00 2005 Lenz Grimmer
- Fixed the creation of the mysql user group account in the postinstall
section (BUG 12348)
- Fixed enabling the Archive storage engine in the Max binary

Tue Aug 2 12:00:00 2005 Lenz Grimmer
- Fixed the Requires: tag for the server RPM (BUG 12233)

Fri Jul 15 12:00:00 2005 Lenz Grimmer
- create a \"mysql\" user group and assign the mysql user account to that group
in the server postinstall section. (BUG 10984)

Tue Jun 14 12:00:00 2005 Lenz Grimmer
- Do not build statically on i386 by default, only when adding either \"--with
static\" or \"--define \'_with_static 1\'\" to the RPM build options. Static
linking really only makes sense when linking against the specially patched
glibc 2.2.5.

Mon Jun 6 12:00:00 2005 Lenz Grimmer
- added mysql_client_test to the \"bench\" subpackage (BUG 10676)
- added the libndbclient static and shared libraries (BUG 10676)

Wed Jun 1 12:00:00 2005 Lenz Grimmer
- use \"mysqldatadir\" variable instead of hard-coding the path multiple times
- use the \"mysqld_user\" variable on all occasions a user name is referenced
- removed (incomplete) Brazilian translations
- removed redundant release tags from the subpackage descriptions

Wed May 25 12:00:00 2005 Joerg Bruehe
- Added a \"make clean\" between separate calls to \"BuildMySQL\".

Wed Apr 20 12:00:00 2005 Lenz Grimmer
- Enabled the \"blackhole\" storage engine for the Max RPM

Wed Apr 13 12:00:00 2005 Lenz Grimmer
- removed the MySQL manual files (html/ps/texi) - they have been removed
from the MySQL sources and are now available seperately.

Mon Apr 4 12:00:00 2005 Petr Chardin
- old mysqlmanager, mysqlmanagerc and mysqlmanager-pwger renamed into
mysqltestmanager, mysqltestmanager and mysqltestmanager-pwgen respectively

Fri Mar 18 11:00:00 2005 Lenz Grimmer
- Disabled RAID in the Max binaries once and for all (it has finally been
removed from the source tree)

Sun Feb 20 11:00:00 2005 Petr Chardin
- Install MySQL Instance Manager together with mysqld, touch mysqlmanager
password file

Mon Feb 14 11:00:00 2005 Lenz Grimmer
- Fixed the compilation comments and moved them into the separate build sections
for Max and Standard

Mon Feb 7 11:00:00 2005 Tomas Ulin
- enabled the \"Ndbcluster\" storage engine for the max binary
- added extra make install in ndb subdir after Max build to get ndb binaries
- added packages for ndbcluster storage engine

Fri Jan 14 11:00:00 2005 Lenz Grimmer
- replaced obsoleted \"BuildPrereq\" with \"BuildRequires\" instead

Thu Jan 13 11:00:00 2005 Lenz Grimmer
- enabled the \"Federated\" storage engine for the max binary

Tue Jan 4 11:00:00 2005 Petr Chardin
- ISAM and merge storage engines were purged. As well as appropriate
tools and manpages (isamchk and isamlog)

Fri Dec 31 11:00:00 2004 Lenz Grimmer
- enabled the \"Archive\" storage engine for the max binary
- enabled the \"CSV\" storage engine for the max binary
- enabled the \"Example\" storage engine for the max binary

Thu Aug 26 12:00:00 2004 Lenz Grimmer
- MySQL-Max now requires MySQL-server instead of MySQL (BUG 3860)

Fri Aug 20 12:00:00 2004 Lenz Grimmer
- do not link statically on IA64/AMD64 as these systems do not have
a patched glibc installed

Tue Aug 10 12:00:00 2004 Lenz Grimmer
- Added libmygcc.a to the devel subpackage (required to link applications
against the the embedded server libmysqld.a) (BUG 4921)

Mon Aug 9 12:00:00 2004 Lenz Grimmer
- Added EXCEPTIONS-CLIENT to the \"devel\" package

Thu Jul 29 12:00:00 2004 Lenz Grimmer
- disabled OpenSSL in the Max binaries again (the RPM packages were the
only exception to this anyway) (BUG 1043)

Wed Jun 30 12:00:00 2004 Lenz Grimmer
- fixed server postinstall (mysql_install_db was called with the wrong
parameter)

Thu Jun 24 12:00:00 2004 Lenz Grimmer
- added mysql_tzinfo_to_sql to the server subpackage
- run \"make clean\" instead of \"make distclean\"

Mon Apr 5 12:00:00 2004 Lenz Grimmer
- added ncurses-devel to the build prerequisites (BUG 3377)

Thu Feb 12 11:00:00 2004 Lenz Grimmer
- when using gcc, _always_ use CXX=gcc
- replaced Copyright with License field (Copyright is obsolete)

Tue Feb 3 11:00:00 2004 Lenz Grimmer
- added myisam_ftdump to the Server package

Tue Jan 13 11:00:00 2004 Lenz Grimmer
- link the mysql client against libreadline instead of libedit (BUG 2289)

Mon Dec 22 11:00:00 2003 Lenz Grimmer
- marked /etc/logrotate.d/mysql as a config file (BUG 2156)

Sat Dec 13 11:00:00 2003 Lenz Grimmer
- fixed file permissions (BUG 1672)

Thu Dec 11 11:00:00 2003 Lenz Grimmer
- made testing for gcc3 a bit more robust

Fri Dec 5 11:00:00 2003 Lenz Grimmer
- added missing file mysql_create_system_tables to the server subpackage

Fri Nov 21 11:00:00 2003 Lenz Grimmer
- removed dependency on MySQL-client from the MySQL-devel subpackage
as it is not really required. (BUG 1610)

Fri Aug 29 12:00:00 2003 Lenz Grimmer
- Fixed BUG 1162 (removed macro names from the changelog)
- Really fixed BUG 998 (disable the checking for installed but
unpackaged files)

Tue Aug 5 12:00:00 2003 Lenz Grimmer
- 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 9 12:00:00 2003 Lenz Grimmer
- 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 12:00:00 2003 Lenz Grimmer
- re-enabled RAID again

Wed Apr 30 12:00:00 2003 Lenz Grimmer
- disabled MyISAM RAID (--with-raid) - it throws an assertion which
needs to be investigated first.

Mon Mar 10 11:00:00 2003 Lenz Grimmer
- added missing file mysql_secure_installation to server subpackage
(BUG 141)

Tue Feb 11 11:00:00 2003 Lenz Grimmer
- 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 11:00:00 2003 Lenz Grimmer
- removed unused CC and CXX variables
- CFLAGS and CXXFLAGS should honor RPM_OPT_FLAGS

Fri Jan 24 11:00:00 2003 Lenz Grimmer
- renamed package \"MySQL\" to \"MySQL-server\"
- fixed Copyright tag
- added mysql_waitpid to client subpackage (required for mysql-test-run)

Wed Nov 27 11:00:00 2002 Lenz Grimmer
- 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 12:00:00 2002 Lenz Grimmer
- MySQL-Max now requires MySQL >= 4.0 to avoid version mismatches
(mixing 3.23 and 4.0 packages)

Fri Aug 9 12:00:00 2002 Lenz Grimmer
- 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 12:00:00 2002 Lenz Grimmer
- 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 12:00:00 2002 Lenz Grimmer
- 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 3 12:00:00 2002 Lenz Grimmer
- 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 8 12:00:00 2001 Monty
- Added embedded server as a separate RPM

Fri Apr 13 12:00:00 2001 Monty
- Added mysqld-max to the distribution

Tue Jan 2 11:00:00 2001 Monty
- Added mysql-test to the bench package

Fri Aug 18 12:00:00 2000 Tim Smith
- Added separate libmysql_r directory; now both a threaded
and non-threaded library is shipped.

Tue Sep 28 12:00:00 1999 David Axmark
- Added the support-files/my-example.cnf to the docs directory.

- Removed devel dependency on base since it is about client
development.

Wed Sep 8 12:00:00 1999 David Axmark
- Cleaned up some for 3.23.

Thu Jul 1 12:00:00 1999 David Axmark
- Added support for shared libraries in a separate sub
package. Original fix by David Fox (dsfoxAATTcogsci.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 11:00:00 1999 David Axmark
- 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 .

Wed Nov 4 11:00:00 1998 David Axmark
- A lot of changes in all the rpm and install scripts. This may even
be a working RPM :-)

Sun Aug 16 12:00:00 1998 David Axmark
- 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.


 
ICM