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:
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.
11
When applying the patch, the following files will be modified:
18
* win/build-vs8_x64.bat
20
Also, two new files will be added:
25
You can get "patch" utility for Windows from http://unxutils.sourceforge.net/