Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Update for Windows 8/Server 2012
· Apple TV 5.4 beta adds iTunes Radio, Conference Room Display
· DSA 2710-1: xml-security-c security update
· Intel DZ87KLT-75K Kinsley Thunderbolt Motherboard Review
· Microsoft launches Surface RT discount for schools
· MacStadium to provide new Mac Pro hosting and colocation
· Netflix outside the USA - in Linux & with Tunlr
· Enhanced Mitigation Experience Toolkit 4.0
· Intel Haswell HD Graphics 4600 vs. AMD Radeon Graphics On Linux
· DSA 2709-1: wireshark security update

Upcoming News
· News: MSI's Z87-GD65 Gaming motherboard reviewed
· OCZ Vertex 450 256GB SSD Review @ Hardware Canucks
· ASUS Z87-PRO Motherboard Review @ HiTech Legion
· REVIEW: Cooler Master Seidon 240M @ PureOverclock
· NVIDIA Announces It Will Its License Graphics IP, Goes After PowerVR
· ANNOUNCE: AT-SPI 2.9.3 released
· Mutter 3.9.3
· GNOME Shell 3.9.3
· Microsoft Responds on Fake Xbox One E3 Demo Story
· [Tech ARP] The Linux Kernel As An Exquisitely Sensitive Stability Test For Overclocked Systems

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· Building a new PC: how EXACTLY to install USB mouse?
by: joyask43
on: 2013-06-09 14:36
6 replies, 2633 views

· Packet CD
by: natalieksh5
on: 2013-06-06 14:19
4 replies, 3445 views

· THE SIMS 2 DIRECTX 9.0C ERROR MESSAGE!! HELP! URGENT!!
by: tandrask34
on: 2013-06-05 14:06
28 replies, 93196 views

· Hello
by: barryherne
on: 2013-06-05 13:09
0 replies, 179 views

· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6892 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » December 2010 » MySQL 5.1.53 packages for Debian GNU/Linux 5.0

MySQL 5.1.53 packages for Debian GNU/Linux 5.0

Posted by Philipp Esselbach on: 12/05/2010 01:35 PM [ Print | 0 comment(s) ]

DotDeb.org has released MySQL 5.1.53 packages for Debian GNU/Linux 5.0




Bugs fixed:

Replication: SET PASSWORD caused row-based replication to fail between a MySQL 5.1 master and a MySQL 5.5 slave.

This fix makes it possible to replicate SET PASSWORD correctly, using row-based replication between a master running MySQL 5.1.53 or a later MySQL 5.1 release to a slave running MySQL 5.5.7 or a later MySQL 5.5 release. (Bug#57098)

See also Bug#55452, Bug#57357.

Replication: An ALTER TABLE statement against a MyISAM table that altered a column without setting its size caused the binary log to become corrupted, leading to replication failure. (Bug#56226)

Replication: When STOP SLAVE is issued, the slave SQL thread rolls back the current transaction and stops immediately if the transaction updates only tables which use transactional storage engines are updated. Previously, this occurred even when the transaction contained CREATE TEMPORARY TABLE statements, DROP TEMPORARY TABLE statements, or both, although these statements cannot be rolled back. Because temporary tables persist for the lifetime of a user session (in the case, the replication user), they remain until the slave is stopped or reset. When the transaction is restarted following a subsequent START SLAVE statement, the SQL thread aborts with an error that a temporary table to be created (or dropped) already exists (or does not exist, in the latter case).

Following this fix, if an ongoing transaction contains CREATE TEMPORARY TABLE statements, DROP TEMPORARY TABLE statements, or both, the SQL thread now waits until the transaction ends, then stops. (Bug#56118)

Replication: If there exist both a temporary table and a non-temporary table having the same, updates normally apply only to the temporary table, with the exception of a CREATE TABLE ... SELECT statement that creates a non-temporary table having the same name as an existing temporary table. When such a statement was replicated using the MIXED logging format, and the statement was unsafe for row-based logging, updates were misapplied to the temporary table. (Bug#55478)

See also Bug#47899, Bug#55709.

Replication: When a slave tried to execute a transaction larger than the slave's value for max_binlog_cache_size, it crashed. This was caused by an assertion that the server should roll back only the statement but not the entire transaction when the error ER_TRANS_CACHE_FULL occurred. However, the slave SQL thread always rolled back the entire transaction whenever any error occurred, regardless of the type of error. (Bug#55375)

Replication: When making changes to relay log settings using CHANGE MASTER TO, the I/O cache was not cleared. This could result in replication failure when the slave attempted to read stale data from the cache and then stopped with an assertion. (Bug#55263)

Replication: Trying to read from a binary log containing a log event of an invalid type caused the slave to crash. (Bug#38718)

Replication: When replicating the mysql.tables_priv table, the Grantor column was not replicated, and was thus left empty on the slave. (Bug#27606)

SET GLOBAL debug could cause a crash on Solaris if the server failed to open the trace file. (Bug#57274)

On file systems with case insensitive file names, and lower_case_table_names=2, the server could crash due to a table definition cache inconsistency. (Bug#46941)

Handling of host name lettercase in GRANT statements was inconsistent. (Bug#36742)

To use the DotDeb.org packages:
Instructions
Using Dotdeb is very simple:

For the main Dotdeb repository, add these two lines to your /etc/apt/sources.list file (choosing a mirror near you) :
deb Index of / stable all
deb-src Index of / stable all
If you want to install PHP 5.3 on your Debian Lenny box, add these two additionnal lines :

deb Index of / stable all
deb-src Index of / stable all
Then fetch the appropriate GnuPG key
wget
cat dotdeb.gpg | sudo apt-key add -
Run apt-get update
You should now be able to use the Dotdeb packages with apt-get (or dselect, or aptitude as well…)


Bookmark and Share

Related Stories

10/06/2010 09:33 AM: MySQL 5.1.51 for Debian by Philipp Esselbach
Dotdeb.org has released MySQL 5.1.51 packages for Debian GNU/Linux 5.0...

09/20/2010 08:52 AM: MySQL 5.1.50 for Debian by Philipp Esselbach
Dotdeb.org has released MySQL 5.1.50 packages for Debian GNU/Linux...

08/02/2010 06:44 PM: MySQL 5.1.49 for Debian by Philipp Esselbach
Dotdeb.org has released MySQL 5.1.49 packages for Debian GNU/Linux 5.0...

08/19/2006 07:56 AM: MySQL 5.0.24 for Debian GNU/Linux by Philipp Esselbach
DotDeb has released MySQL 5.0.24 packages for Debian GNU/Linux Here the apt source for /etc/apt/sources.list: deb http://packages.dotdeb.org stable all deb-src http://packages.dotdeb.org stable all ...

06/05/2006 12:06 PM: MySQL 5.0.22 for Debian by Philipp Esselbach
DotDeb has released MySQL 5.0.22 packages for Debian GNU/Linux Here the apt source for /etc/apt/sources.list: deb http://packages.dotdeb.org stable all deb-src http://packages.dotdeb.org stable all ...

05/12/2006 04:10 PM: MySQL 5.0.21 for Debian by Philipp Esselbach
DotDeb has released today MySQL 5.0.21 packages for Debian GNU/Linux 3.0 Here the apt source for /etc/apt/sources.list: deb http://packages.dotdeb.org stable all deb-src http://packages.dotdeb.org s...

05/02/2006 02:24 PM: PHP 5.1.3/APC/MySQL 5.0.20a for Debian by Philipp Esselbach
DotDeb has released updated PHP/MySQL packages as well an APC Cache package for Debian GNU/Linux 3.1 Here the apt source for /etc/apt/sources.list: deb http://packages.dotdeb.org stable all deb-src ...

03/20/2006 03:08 PM: MySQL 5.0.19 for Debian 3.1 by Philipp Esselbach
Dotdeb has released MySQL 5.0.19 packages for Debian GNU/Linux 3.1 Here the apt source for /etc/apt/sources.list: deb http://packages.dotdeb.org stable all deb-src http://packages.dotdeb.org stable ...

01/13/2006 11:58 AM: PHP 5.1.2 / MySQL 5.0.18 for Debian by Philipp Esselbach
DotDeb.org has released PHP 5.1.2 and MySQL 5.0.18 packages for Debian GNU/Linux 3.1 Here the apt source for /etc/apt/sources.list: deb http://packages.dotdeb.org stable all deb-src http://packages....

11/23/2005 03:33 PM: MySQL 5.0.16 for Debian by Philipp Esselbach
DotDeb.org has released MySQL 5.0.16 packages for both Debian GNU/Linux 3.0 woody and Debian GNU/Linux 3.1 sarge. Also, all Debian 3.1 packages are now available for AMD64. Here the apt source: deb ...


« Weekend Reviews Roundup 12/05/10 (Part 2) · Microsoft Windows Phone 7 Smartphone OS Review »

Linux Compatible » News » December 2010 » MySQL 5.1.53 packages for Debian GNU/Linux 5.0
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition