mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
2a028069ea
* Remove a change from win-plugin/win-plugin.diff about time_t because MySQL has used VS2005 for building 5.1.30. * Adjust the line numbers so the patch applies cleanly without fuzz and offset messages. Submitted by: Calvin |
||
---|---|---|
.. | ||
README | ||
win-plugin.diff |
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/