mariadb/win-plugin
vasil 23a752360e branches/zip:
Revert our temporary fix for Bug#40360 Binlog related errors with binlog off

This bug was fixed in MySQL code.

Our fix went into r2944 and r2947, but this patch does not entirely revert
those revisions because we want to leave the test case that was introduced
and also r2944 itself reverted r2935 and r2936. So if we completely revert
r2944 and r2947 then we would loose the test and will restore r2935 and
r2936.

This resolves Issue#108 We should remove ib_bin_log_is_engaged() once mysql
add an equivallent, see Bug#40360
2008-12-04 16:49:24 +00:00
..
README branches/zip: for building dynamic plugin on Windows, ha_innodb.dll, 2008-10-27 23:51:49 +00:00
win-plugin.diff branches/zip: 2008-12-04 16:49:24 +00:00

This directory contains patches that need to be applied to the MySQL
source tree in order to build the dynamic plugin on Windows --
HA_INNODB.DLL. Please note the followings when adding the patches:

* The patch must be applied from the mysql top-level source directory.
  patch -p0 < win-plugin.diff
* The patch filenames 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.

When applying the patch, the following files will be modified:

  * CMakeLists.txt
  * sql/CMakeLists.txt
  * win/configure.js
  * win/build-vs71.bat
  * win/build-vs8.bat
  * win/build-vs8_x64.bat

Also, two new files will be added:

  * sql/mysqld.def
  * sql/mysqld_x64.def

You can get "patch" utility for Windows from http://unxutils.sourceforge.net/