Bug #2696 assert undeclared in sql/sql_string.cc
Submitted: 9 Feb 2004 23:09 Modified: 10 Feb 2004 1:50
Reporter: Zak Greant Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:4.1 bk head OS:MacOS (Mac OS X 10.3.2)
Assigned to: Mark Matthews CPU Architecture:Any

[9 Feb 2004 23:09] Zak Greant
Description:
Compilation fails with warning:
  sql_string.cc:296: error: `assert' undeclared (first use this function)

How to repeat:
Compile on OS X? :)

Suggested fix:
#include <assert.h> in sql/sql_string.cc
[10 Feb 2004 1:50] Sergei Golubchik
that was fast :)
afaik the bug was introduced and fixed yesterday