You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vasil a10dbcf572 branches/zip: 17 years ago
..
README branches/zip: 17 years ago
index_merge_innodb-explain.diff branches/zip: 17 years ago
information_schema.diff branches/zip: 17 years ago
innodb-index.diff branches/zip: 17 years ago
innodb_file_per_table.diff branches/zip: 17 years ago
innodb_lock_wait_timeout.diff branches/zip: 17 years ago
innodb_thread_concurrency_basic.diff branches/zip: 17 years ago
partition_innodb.diff branches/zip: 17 years ago

README

This directory contains patches that need to be applied to the MySQL
source tree in order to get the mysql-test suite to succeed (when
storage/innobase is replaced with this InnoDB branch). Things to keep
in mind when adding new patches here:

* The patch must be appliable from the mysql top-level source directory.

* The patch filename must end in ".diff".

* All patches here are expected to apply cleanly to the latest MySQL 5.1
tree when storage/innobase is replaced with this InnoDB branch. If
changes to either of those cause the patch to fail, then please check
whether the patch is still needed and, if yes, adjust it so it applies
cleanly.

* If applicable, always submit the patch at http://bugs.mysql.com and
name the file here like bug%d.diff. Once the patch is committed to
MySQL remove the file from here.

* If the patch cannot be proposed for inclusion in the MySQL source tree
(via http://bugs.mysql.com) then add a comment at the beginning of the
patch, explaining the problem it is solving, how it does solve it and
why it is not applicable for inclusion in the MySQL source tree.
Obviously this is a very bad situation and should be avoided at all
costs, especially for files that are in the MySQL source repository
(not in storage/innobase).

* If you ever need to add a patch here that is not related to mysql-test
suite, then please move this directory from ./mysql-test/patches to
./patches and remove this text.