Re: MySQL 4.0.26 has been released

2005-09-09 Thread Remo Tex

...and when  MySQL-shared-compat-4.0.26-0.i386.rpm  will be released?
  rpm (and some older tools) complains :(
There is only:
Dynamic client libraries
(including 3.23.x libraries)4.0.25-0482.1K


Joerg Bruehe wrote:

Hi,

MySQL 4.0.26, a new version of the popular Open Source/Free Software
Database Management System, has been released. It is now available in
source and binary form for a number of platforms from our download pages
at http://dev.mysql.com/downloads/ and mirror sites.

Note that not all mirror sites may be up to date at this point in time -
if you can't find this version on some mirror, please try again later or
choose another download site.

This is a bugfix release for the recent production version.

Please refer to our bug database at http://bugs.mysql.com/ for more
details about the individual bugs fixed in this version.

News from the ChangeLog:

Functionality added or changed:
* Added the mysql_get_client_version C API function to the embedded
  server library. (It was present in the regular client library but
  inadvertently omitted from the embedded library.)
  (Bug #10266 (http://bugs.mysql.com/10266))

Bugs fixed:
* An optimizer estimate of zero rows for a non-empty InnoDB table used
  in a left or right join could cause incomplete rollback for the table.
  (Bug  #12779 (http://bugs.mysql.com/12779))
* Query cache is switched off if a thread (connection) has tables
  locked. This prevents invalid results where the locking thread inserts
  values between a second thread connecting and selecting from the
  table. (Bug  #12385 (http://bugs.mysql.com/12385))
* For PKG installs on Mac OS X, the preinstallation and postinstallation
  scripts were being run only for new installations and not for upgrade
  installations, resulting in an incomplete installation process.
  (Bug #11380 (http://bugs.mysql.com/11380))
* On Windows, applications that used the embedded server made it not
  possible to remove certain files in the data directory, even after the
  embedded  server  had been shut down. This occurred because a file
  descriptor was being held open.
  (Bug #12177 (http://bugs.mysql.com/12177))
* Creation of the mysql group account failed during the RPM
  installation.  (Bug #12348 (http://bugs.mysql.com/12348))
* Attempting  to  repair a table having a fulltext index on a column
  containing  words  whose  length  exceeded 21 characters and where
  myisam_repair_threads was greater than 1 would crash the server. (Bug
  #11684 (http://bugs.mysql.com/11684))
* When two threads compete for the same table, a deadlock could occur if
  one thread has also a lock on another table through LOCK TABLES and
  the thread is attempting to remove the table in some manner and the
  other thread want locks on both tables.
  (Bug #10600 (http://bugs.mysql.com/10600))


Bye,
Joerg




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL 4.0.26 has been released

2005-09-09 Thread Joerg Bruehe

Hi!


Remo Tex wrote:

...and when  MySQL-shared-compat-4.0.26-0.i386.rpm  will be released?
  rpm (and some older tools) complains :(
There is only:
Dynamic client libraries
(including 3.23.x libraries)4.0.25-0482.1K



It has been built by now, and it is on its way propagating to the 
mirrors. Expect it to become visible tomorrow morning (Saturday, Sep 10, 
before noon UTC).


Sorry about the delay!

Joerg




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL 4.0.26 has been released

2005-09-08 Thread Diana Soares
Just a note: the main site still reports version 4.0.25-0. 
I dowloaded version 4.0.26 from a mirror, but it was necessary to tweak the URL.

Congratulations for this fantastic project,
Diana Soares

On 9/8/05, Joerg Bruehe [EMAIL PROTECTED] wrote:
 Hi,
 
 MySQL 4.0.26, a new version of the popular Open Source/Free Software
 Database Management System, has been released. It is now available in
 source and binary form for a number of platforms from our download pages
 at http://dev.mysql.com/downloads/ and mirror sites.
 
 Note that not all mirror sites may be up to date at this point in time -
 if you can't find this version on some mirror, please try again later or
 choose another download site.
 
 This is a bugfix release for the recent production version.
 
 Please refer to our bug database at http://bugs.mysql.com/ for more
 details about the individual bugs fixed in this version.
 
 News from the ChangeLog:
 
 Functionality added or changed:
 * Added the mysql_get_client_version C API function to the embedded
server library. (It was present in the regular client library but
inadvertently omitted from the embedded library.)
(Bug #10266 (http://bugs.mysql.com/10266))
 
 Bugs fixed:
 * An optimizer estimate of zero rows for a non-empty InnoDB table used
in a left or right join could cause incomplete rollback for the table.
(Bug  #12779 (http://bugs.mysql.com/12779))
 * Query cache is switched off if a thread (connection) has tables
locked. This prevents invalid results where the locking thread inserts
values between a second thread connecting and selecting from the
table. (Bug  #12385 (http://bugs.mysql.com/12385))
 * For PKG installs on Mac OS X, the preinstallation and postinstallation
scripts were being run only for new installations and not for upgrade
installations, resulting in an incomplete installation process.
(Bug #11380 (http://bugs.mysql.com/11380))
 * On Windows, applications that used the embedded server made it not
possible to remove certain files in the data directory, even after the
embedded  server  had been shut down. This occurred because a file
descriptor was being held open.
(Bug #12177 (http://bugs.mysql.com/12177))
 * Creation of the mysql group account failed during the RPM
installation.  (Bug #12348 (http://bugs.mysql.com/12348))
 * Attempting  to  repair a table having a fulltext index on a column
containing  words  whose  length  exceeded 21 characters and where
myisam_repair_threads was greater than 1 would crash the server. (Bug
#11684 (http://bugs.mysql.com/11684))
 * When two threads compete for the same table, a deadlock could occur if
one thread has also a lock on another table through LOCK TABLES and
the thread is attempting to remove the table in some manner and the
other thread want locks on both tables.
(Bug #10600 (http://bugs.mysql.com/10600))
 
 
 Bye,
 Joerg
 
 
 
 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
 


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL 4.0.26 has been released

2005-09-08 Thread Joerg Bruehe

Hi Diana, all,


Diana Soares wrote:
Just a note: the main site still reports version 4.0.25-0. 
I dowloaded version 4.0.26 from a mirror, but it was necessary to tweak the URL.


Yes, that was my fault, I sent the mail too early - sorry about it.
Glad you could work around this!

This is now fixed, the page is updated.



Congratulations for this fantastic project,


Thanks!


Jörg

--
Joerg Bruehe, Senior Production Engineer
MySQL AB, www.mysql.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL 4.0.26 has been released

2005-09-08 Thread Nuno Pereira

Problem solved, at least for the most and major distributions and packages.

Diana Soares wrote:
Just a note: the main site still reports version 4.0.25-0. 
I dowloaded version 4.0.26 from a mirror, but it was necessary to tweak the URL.


Congratulations for this fantastic project,
Diana Soares

On 9/8/05, Joerg Bruehe [EMAIL PROTECTED] wrote:


Hi,

MySQL 4.0.26, a new version of the popular Open Source/Free Software
Database Management System, has been released. It is now available in
source and binary form for a number of platforms from our download pages
at http://dev.mysql.com/downloads/ and mirror sites.

Note that not all mirror sites may be up to date at this point in time -
if you can't find this version on some mirror, please try again later or
choose another download site.

This is a bugfix release for the recent production version.

Please refer to our bug database at http://bugs.mysql.com/ for more
details about the individual bugs fixed in this version.

News from the ChangeLog:

Functionality added or changed:
* Added the mysql_get_client_version C API function to the embedded
  server library. (It was present in the regular client library but
  inadvertently omitted from the embedded library.)
  (Bug #10266 (http://bugs.mysql.com/10266))

Bugs fixed:
* An optimizer estimate of zero rows for a non-empty InnoDB table used
  in a left or right join could cause incomplete rollback for the table.
  (Bug  #12779 (http://bugs.mysql.com/12779))
* Query cache is switched off if a thread (connection) has tables
  locked. This prevents invalid results where the locking thread inserts
  values between a second thread connecting and selecting from the
  table. (Bug  #12385 (http://bugs.mysql.com/12385))
* For PKG installs on Mac OS X, the preinstallation and postinstallation
  scripts were being run only for new installations and not for upgrade
  installations, resulting in an incomplete installation process.
  (Bug #11380 (http://bugs.mysql.com/11380))
* On Windows, applications that used the embedded server made it not
  possible to remove certain files in the data directory, even after the
  embedded  server  had been shut down. This occurred because a file
  descriptor was being held open.
  (Bug #12177 (http://bugs.mysql.com/12177))
* Creation of the mysql group account failed during the RPM
  installation.  (Bug #12348 (http://bugs.mysql.com/12348))
* Attempting  to  repair a table having a fulltext index on a column
  containing  words  whose  length  exceeded 21 characters and where
  myisam_repair_threads was greater than 1 would crash the server. (Bug
  #11684 (http://bugs.mysql.com/11684))
* When two threads compete for the same table, a deadlock could occur if
  one thread has also a lock on another table through LOCK TABLES and
  the thread is attempting to remove the table in some manner and the
  other thread want locks on both tables.
  (Bug #10600 (http://bugs.mysql.com/10600))


Bye,
Joerg



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]







--
Nuno Pereira

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]