Bug #8619 Windows build problems
Submitted: 19 Feb 2005 3:09 Modified: 19 Feb 2005 17:56
Reporter: Kent Boortz Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S1 (Critical)
Version:5.0.3-alpha OS:Windows (Windows XP)
Assigned to: Alexey Botchkov CPU Architecture:Any

[19 Feb 2005 3:09] Kent Boortz
Description:
sql\item_sum.cpp(582) :
    error C2664: 'my_decimal2binary' : cannot convert parameter 3 from 'unsigned char *' to 'char *'
    Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
sql\item_sum.cpp(617) :
    error C2664: 'binary2my_decimal' : cannot convert parameter 2 from 'unsigned char *' to 'const char *'
    Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
sql\item_sum.cpp(1257) :
    error C2065: 'string2my_decimal' : undeclared identifier
sql\item.cpp(1248) :
    error C2065: 'string2my_decimal' : undeclared identifier
sql\procedure.cpp(49) :
    error C2065: 'string2my_decimal' : undeclared identifier

How to repeat:
Build on Windows with VC++ 6