SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for MySQL40-client-4.0.27-1mdk.i586.rpm :
Sun May 14 12:00:00 2006 Oden Eriksson 4.0.27-1mdk
- 4.0.27 (Minor security fixes)

Thu Nov 17 11:00:00 2005 Oden Eriksson 4.0.26-3mdk
- fix deps
- don\'t auto provide or require devel

Wed Nov 16 11:00:00 2005 Oden Eriksson 4.0.26-2mdk
- rebuilt against openssl-0.9.8a

Tue Sep 13 12:00:00 2005 Oden Eriksson 4.0.26-1mdk
- 4.0.26 (addresses CAN-2004-0957, CAN-2005-2558)

Fri May 27 12:00:00 2005 Oden Eriksson 4.0.24-1mdk
- renamed with the 40 suffix

Wed Apr 13 12:00:00 2005 Oden Eriksson 4.0.24-2mdk
- security update for CAN-2004-0957 (P6)

Wed Mar 16 11:00:00 2005 Oden Eriksson 4.0.24-1mdk
- 4.0.24, addresses CAN-2005-0709, CAN-2005-0710 and CAN-2005-0711
- use the %mkrel macro
- rediff P1
- rpmlint fixes

Tue Feb 15 11:00:00 2005 Oden Eriksson 4.0.23-2mdk
- fix conditional deps and %multiarch

Wed Dec 22 11:00:00 2004 Oden Eriksson 4.0.23-1mdk
- 4.0.23
- use a working url for S0 & S1

Sat Oct 30 12:00:00 2004 Oden Eriksson 4.0.22-1mdk
- 4.0.22
- make it build on 10.0 too
- provide a by chapter split manual (P5)

Fri Sep 10 12:00:00 2004 Oden Eriksson 4.0.21-1mdk
- 4.0.21
- reorder/rename patches
- rediff P1 & P3
- new S1

Thu Jun 3 12:00:00 2004 Gwenole Beauchesne 4.0.20-3mdk
- rebuilt against gcc3.4
- fix buildrequires: libstdc++-static-devel

Sat May 29 12:00:00 2004 Michael Scherer 4.0.20-2mdk
- [DIRM]
- fix rebuild
- added README.MDK

Tue May 18 12:00:00 2004 Oden Eriksson 4.0.20-1mdk
- oops! 4.0.19 was broken (but works for me), pointed out by
Benjamin Pflugmann, thanks man!

Mon May 17 12:00:00 2004 Oden Eriksson 4.0.19-1mdk
- 4.0.19
- fix for CAN-2004-0381, CAN-2004-0388 is included

Mon May 17 12:00:00 2004 Oden Eriksson 4.0.18-2mdk
- security fix for CAN-2004-0381, CAN-2004-0388 (vdanen)
- misc spec file fixes
- remove unused patches (P1, P2, P3, P4, P9, P10)

Sun Feb 22 11:00:00 2004 Warly 4.0.18-1mdk
- new version (bugfixes)
- add innodb support in default MySQL
- do not call logger in initscripts any more to close all local IO references

Tue Jan 20 11:00:00 2004 Frederic Lepied 4.0.17-2mdk
- fixed strings in init scripts
- add require perl-Mysql in MySQL-common

Sun Dec 21 11:00:00 2003 Oden Eriksson 4.0.17-1mdk
- 4.0.17
- rediffed P0 and P8
- drop unused P7

Thu Oct 23 12:00:00 2003 Oden Eriksson 4.0.16-1mdk
- 4.0.16
- rediffed P0 and P5
- make it start after network and before any other requiring it (P0)

Sun Sep 14 12:00:00 2003 Warly 4.0.15-1mdk
- Security update

Fri Aug 8 12:00:00 2003 Warly 4.0.14-1mdk
- new version (main changes):

* Enabled `INSERT\' from `SELECT\' when the table into which the records are inserted is also a table listed in the `SELECT\'.

* Added `--nice\' option to `mysqld_safe\' to allow setting the niceness of the `mysqld\' process.

* `RESET SLAVE\' now clears the `Last_errno\' and `Last_error\' fields in the output of `SHOW SLAVE STATUS\'.

* Added `max_relay_log_size\' variable; the relay log will be rotated
automatically when its size exceeds `max_relay_log_size\'. But if
`max_relay_log_size\' is 0 (the default), `max_binlog_size\' will be
used (as in older versions). `max_binlog_size\' still applies to
binary logs in any case.

Fri Aug 1 12:00:00 2003 Gwenole Beauchesne 4.0.13-4mdk
- lib64 fixes, quotes test fixes
- BuildRequires: termcap-devel for MDK 9.2

Thu Jul 10 12:00:00 2003 Laurent MONTEL 4.0.13-3mdk
- Rebuild

Wed Jun 4 12:00:00 2003 Oden Eriksson 4.0.13-2mdk
- brute fix the offending \"perl(the)\" stuff, remove this when perl.req is fixed.
- fix \"no-prereq-on rpm-helper\" for MySQL-common
- fix \"no-provides libmysql-devel\" for libmysql12-devel
- activated %clean

Fri May 30 12:00:00 2003 Warly 4.0.13-1mdk
- new version (main changes):
Functionality added or changed:
- `PRIMARY KEY\' now implies `NOT NULL\'.
- `SHOW MASTER STATUS\' and `SHOW SLAVE STATUS\' required the `SUPER\' privilege; now they accept `REPLICATION CLIENT\' as well.
- MySQL now issues a warning when it opens a table that was created with MySQL 4.1.
- Option `--new\' now changes binary items (`0xFFDF\') to be treated
as binary strings instead of numbers by default. This fixes some
problems with character sets where it\'s convenient to input the
string as a binary item. After this change you have to convert
the binary string to `INTEGER\' with a `CAST\' if you want to
compare two binary items with each other and know which one is
bigger than the other. `SELECT CAST(0xfeff AS UNSIGNED) <
CAST(0xff AS UNSIGNED)\'. This will be the default behaviour in
MySQL 4.1. (Bug #152)
- Fixed bug with `NATURAL LEFT JOIN\', `NATURAL RIGHT JOIN\' and
`RIGHT JOIN\' when using many joined tables. The problem was that
the `JOIN\' method was not always associated with the tables
surrounding the `JOIN\' method. If you have a query that uses many
`RIGHT JOIN\' or `NATURAL ... JOINS\' you should check that they
work as you expected after upgrading MySQL to this version.
- Tuned optimizer to favour clustered index over table scan.
- `BIT_AND()\' and `BIT_OR()\' now return an unsigned 64 bit value.
Bugs fixed:
- Fixed `Unknown error\' when using `UPDATE ... LIMIT\'.
- Fixed problem with ansi mode and `GROUP BY\' with constants.
- Fixed bug if one used a multi-table `UPDATE\' and the query required a temporary table bigger than `tmp_table_size\'.
- `LOAD DATA INFILE\' will now read `000000\' as a zero date instead as `\"2000-00-00\"\'.
- Fixed bug that caused `DELETE FROM table WHERE const_expression\' always to delete the whole table.
- Fixed core dump bug when using `FORMAT(\'nan\',#)\'.
- Fixed wrong result from truncation operator (`
*\') in `MATCH ... AGAINST()\' in some complex joins.
- Fixed a crash in `REPAIR ... USE_FRM\' command, when used on read-only, nonexisting table or a table with a crashed index file.
- Fixed bug in `LEFT\', `RIGHT\' and `MID\' when used with multi-byte character sets and some `GROUP BY\' queries.
- Fix problem with `ORDER BY\' being discarded for some `DISTINCT\' queries.
- Fixed that `SET SQL_BIG_SELECTS=1\' works as documented (New bug in 4.0)
- Fixed some serious bugs in `UPDATE ... ORDER BY\'.
- Fixed that `SET SQL_BIG_SELECTS=1\' works again.
- `FULLTEXT\' index stopped working after `ALTER TABLE\' that converts `TEXT\' field to `CHAR\'.
- Fixed a security problem with `SELECT\' and wildcarded select list, when user only had partial column `SELECT\' privileges on the table.
- Only ignore world-writeable `my.cnf\' files that are regular files (and not e.g. named pipes or character devices).
- `SUM()\' didn\'t return `NULL\' when there was no rows in result or when all values was `NULL\'.
- On Unix symbolic links handling was not enabled by default and there was no way to turn this on.
- Fixed a bug with `NAN\' in `FORMAT(...)\' function ...
- Fixed a bug with improperly cached database privileges.
- Fixed a bug in `ALTER TABLE ENABLE / DISABLE KEYS\' which failed to force a refresh of table data in the cache.
- Fixed bugs in replication of `LOAD DATA INFILE\' for custom parameters (`ENCLOSED\', `TERMINATED\' and so on) and temporary tables.
- Fixed a replication bug when the master is 3.23 and the slave 4.0: the slave lost the replicated temporary tables if `FLUSH LOGS\' was issued on the master.


 
ICM