Bug #25595 missing DBUG_RETURN in function "mysql_stat"
Submitted: 12 Jan 2007 20:24 Modified: 8 Mar 2007 22:26
Reporter: jocelyn fournier (Silver Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Logging Severity:S3 (Non-critical)
Version:5.2.1-bk OS:Linux (Linux)
Assigned to: Hartmut Holzgraefe CPU Architecture:Any
Tags: qc

[12 Jan 2007 20:24] jocelyn fournier
Description:
Hi,

MySQL reports the following when using the \s command :

mysql: missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "mysql_stat"

Regards,
  Jocelyn Fournier
  www.mesdiscussions.net

How to repeat:
Type \s in the mysql client.

Suggested fix:
Add the missing macro encapsulation.
[15 Jan 2007 10:52] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/18112

ChangeSet@1.2381, 2007-01-15 11:50:36+01:00, hartmut@mysql.com +1 -0
  Fix for bug #25595 "missing DBUG_RETURN in function "mysql_stat""
[6 Mar 2007 21:48] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/21303

ChangeSet@1.2457, 2007-03-06 14:47:26-07:00, tsmith@siva.hindu.god +1 -0
  Fix for bug #25595 "missing DBUG_RETURN in function "mysql_stat""
[8 Mar 2007 22:26] Paul DuBois
No changelog entry needed.