~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/win-plugin/README

  • Committer: Brian Aker
  • Date: 2008-12-16 17:34:59 UTC
  • Revision ID: brian@tangent.org-20081216173459-hv03k5h8qlf3a60z
Fixed later test (and hardened test).

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 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/