~jaypipes/drizzle/new-test-runner

« back to all changes in this revision

Viewing changes to storage/innobase/mysql-test/patches/README

  • Committer: Jay Pipes
  • Date: 2008-12-11 17:52:34 UTC
  • mfrom: (482.16.152 testable)
  • Revision ID: jpipes@serialcoder-20081211175234-uqsfvmgxejvmellq
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory contains patches that need to be applied to the MySQL
 
2
source tree in order to get the mysql-test suite to succeed (when
 
3
storage/innobase is replaced with this InnoDB branch). Things to keep
 
4
in mind when adding new patches here:
 
5
 
 
6
* The patch must be appliable from the mysql top-level source directory.
 
7
 
 
8
* The patch filename must end in ".diff".
 
9
 
 
10
* All patches here are expected to apply cleanly to the latest MySQL 5.1
 
11
  tree when storage/innobase is replaced with this InnoDB branch. If
 
12
  changes to either of those cause the patch to fail, then please check
 
13
  whether the patch is still needed and, if yes, adjust it so it applies
 
14
  cleanly.
 
15
 
 
16
* If applicable, always submit the patch at http://bugs.mysql.com and
 
17
  name the file here like bug%d.diff. Once the patch is committed to
 
18
  MySQL remove the file from here.
 
19
 
 
20
* If the patch cannot be proposed for inclusion in the MySQL source tree
 
21
  (via http://bugs.mysql.com) then add a comment at the beginning of the
 
22
  patch, explaining the problem it is solving, how it does solve it and
 
23
  why it is not applicable for inclusion in the MySQL source tree.
 
24
  Obviously this is a very bad situation and should be avoided at all
 
25
  costs, especially for files that are in the MySQL source repository
 
26
  (not in storage/innobase).
 
27
 
 
28
* If you ever need to add a patch here that is not related to mysql-test
 
29
  suite, then please move this directory from ./mysql-test/patches to
 
30
  ./patches and remove this text.