~drizzle-trunk/drizzle/development

641.2.1 by Monty Taylor
InnoDB Plugin 1.0.2
1
This directory contains patches that need to be applied to the MySQL
2
source tree in order to build the dynamic plugin on Windows --
3
HA_INNODB.DLL. Please note the followings when adding the patches:
4
5
* The patch must be applied from the mysql top-level source directory.
6
  patch -p0 < win-plugin.diff
7
* The patch filenames end in ".diff".
8
* All patches here are expected to apply cleanly to the latest MySQL 5.1
9
  tree when storage/innobase is replaced with this InnoDB branch.
10
11
When applying the patch, the following files will be modified:
12
13
  * CMakeLists.txt
14
  * sql/CMakeLists.txt
15
  * win/configure.js
16
  * win/build-vs71.bat
17
  * win/build-vs8.bat
18
  * win/build-vs8_x64.bat
19
20
Also, two new files will be added:
21
22
  * sql/mysqld.def
23
  * sql/mysqld_x64.def
24
25
You can get "patch" utility for Windows from http://unxutils.sourceforge.net/