Bug #40359 InnoDB plugin error/warning message during shutdown
Submitted: 27 Oct 2008 19:49 Modified: 12 Nov 2008 21:58
Reporter: Miguel Solorzano Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: InnoDB Plugin storage engine Severity:S3 (Non-critical)
Version: OS:Windows (XP 32-bit)
Assigned to: Calvin Sun CPU Architecture:Any

[27 Oct 2008 19:49] Miguel Solorzano
Description:
In the shutdown process the below error/warning messages are printed:

c:\dbs\plugin\5.1\bin\mysqld: missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "?func"
081027 17:36:21 [Note] Event Scheduler: Purging the queue. 0 events
c:\dbs\plugin\5.1\bin\mysqld: missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "?func"
081027 17:36:21  InnoDB: Starting shutdown...
InnoDB: VirtualFree(01E50000, 8519680) failed; Windows error 87
InnoDB: Warning: after shutdown total allocated memory is 8519680
081027 17:36:22  InnoDB: Shutdown completed; log sequence number 56725
081027 17:36:22 [Note] c:\dbs\plugin\5.1\bin\mysqld: Shutdown complete

How to repeat:
Compile InnoDB plugin 1.0.1 with 5.1 source server. Start and shutdown the server.

Suggested fix:
-
[28 Oct 2008 17:48] Calvin Sun
Thanks for reporting the bug! The error during VirtualFree() is already fixed in our internal tree, and the fix will be available in InnoDB plugin 1.0.2 release.
[12 Nov 2008 21:58] Calvin Sun
Close it. 1.0.2 will be released soon.