From 1c3838f0bf294619e6709968220c31893b1d1e65 Mon Sep 17 00:00:00 2001 From: vasil <> Date: Tue, 28 Oct 2008 06:40:45 +0000 Subject: [PATCH] branches/zip: ChangeLog: add entry for the Windows plugin. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index a88849e70c5..612610956c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-10-28 The InnoDB Team + + * CMakeLists.txt, ha_innodb.def, handler/ha_innodb.cc, + handler/handler0alter.cc, handler/handler0vars.h, handler/i_s.cc, + handler/win_delay_loader.cc, win-plugin/*: + Implemented the delayloading of externals for the plugin on Windows. + This makes it possible to build a dynamic plugin (ha_innodb.dll) on + Windows. + 2008-10-27 The InnoDB Team * CMakeLists.txt: