Bug #28679 Error message in {server}.err file
Submitted: 25 May 2007 13:19 Modified: 10 Dec 2007 10:19
Reporter: Anthony Willard (Basic Quality Contributor) Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Falcon storage engine Severity:S3 (Non-critical)
Version:6.0.0-alpha-community-nt-debug OS:Windows (XP SP2)
Assigned to: MySQL Verification Team CPU Architecture:Any

[25 May 2007 13:19] Anthony Willard
Description:
Found this entry in the {server}.err file following a shutdown.

C:\Program Files\MySQL\MySQL Server 6.0\bin\mysqld-nt: missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "?func"

How to repeat:
Do a fresh install onto a clean system for the '6.0.0-alpha-community-nt-debug' version.

Start the service.
Stop the service.

Here is the entire sequence for the shutdown.
--- snip
070525  8:12:53 [Note] C:\Program Files\MySQL\MySQL Server 6.0\bin\mysqld-nt: Normal shutdown

070525  8:12:53 [Note] Event Scheduler: Purging the queue. 0 events
C:\Program Files\MySQL\MySQL Server 6.0\bin\mysqld-nt: missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "?func"
070525  8:12:53  InnoDB: Starting shutdown...
070525  8:12:56  InnoDB: Shutdown completed; log sequence number 0 46409
070525  8:12:56 [Note] C:\Program Files\MySQL\MySQL Server 6.0\bin\mysqld-nt: Shutdown complete

--- snip
[25 May 2007 14:10] MySQL Verification Team
Thank you for the bug report.

c:\mysql-6.0.0-alpha-win32>bin\mysqld-nt --standalone --console
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
070525 11:03:11  InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
070525 11:03:12  InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
070525 11:03:12  InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
070525 11:03:13  InnoDB: Started; log sequence number 0 0
070525 11:03:26 [Note] bin\mysqld-nt: ready for connections.
Version: '6.0.0-alpha-community-nt-debug'  socket: ''  port: 3306  MySQL Community Server (GPL)
070525 11:03:26 [Note] Event Scheduler: Loaded 0 events
070525 11:04:05 [Note] bin\mysqld-nt: Normal shutdown

bin\mysqld-nt: missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "?func"
070525 11:04:05 [Note] Event Scheduler: Purging the queue. 0 events
070525 11:04:06  InnoDB: Starting shutdown...
070525 11:04:07  InnoDB: Shutdown completed; log sequence number 0 46409
070525 11:04:07 [Note] bin\mysqld-nt: Shutdown complete

Error in my_thread_global_end(): 1 threads didn't exit
[30 Aug 2007 19:16] Kevin Lewis
Miguel, This seems to be fixed in the current Alpha IV release. Please verify.
[10 Dec 2007 10:19] MySQL Verification Team
I am not able to repeat anymore.