What's new? | Help | Directory | Sign in
Google
google-mysql-tools
MySQL tools released by Google
  
  
  
  
    
Search
for
Updated Apr 21, 2007 by mdcallag
Labels: Featured
Mysql4Patches  
Patches for MySQL 4.0

Introduction

These are patches for MySQL 4.0.26. They add many features that enhance the manageability and reliability of MySQL.

In a perfect world, each feature would be provided as a separate patch and all code would be as portable as MySQL. We are not there yet. These have been implemented and deployed on Linux. Also, some of these features only work with InnoDB, because we use InnoDB. They could be extended to support other storage engines.

The patch should be applied to MySQL 4.0.26 source code. That source is available from the download section for this project. The patch can be applied to the source as:

  tar xf mysql-4.0.26.tar.gz
  cd mysql-4.0.26
  patch --strip=1 --fuzz=1 < ../mysql-4.0.26-patches

Features

The patches include a few big features and many enhancements. The big features are:

Other enhancements include:


Comment by haibotest, Oct 31, 2007

f

Comment by jana.poornavel, Apr 04, 2008

many thanks for the patch. but there are certain issues which we are facing with respect to merging the patch with the current source(5.0.51) that is under g.a. when i ran the patch command along with 5.0.37 patches on top 5.0.51 code base, it spewed lot of errors which i could not understand(i am not a super user administrator). Is it first of all correct to do this merge ? If not are any patches scheduled for 5.0.51 from google's side ?

Comment by tolgatat, May 21, 2008

thanks a lot! great work

Comment by mdcallag, Jul 18 (5 days ago)

Another release of the MySQL5 patch will be out soon. Alas, it is still based on 5.0.37 with many bug fixes backported from later version of 5.0.


Sign in to add a comment