Bug #7467 sql_lex.c on HPUX fails to compile
Submitted: 21 Dec 2004 21:21 Modified: 24 Dec 2004 7:29
Reporter: Matt Wagner Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S1 (Critical)
Version:5.0.3-alpha OS:All variations of HPUX
Assigned to: Sergei Glukhov CPU Architecture:Any

[21 Dec 2004 21:21] Matt Wagner
Description:
Compiling of sql_lex.c fails with:

04720: Error 221: "field.h", line 116 # Member 'val_int_as_str' not declared in class Field 
["field.h", line 34].
04721:       String *Field::val_int_as_str(String *val_buffer, my_bool unsigned_flag);

This happens on all of our HPUX boxes. So probably just use host: 'hpux11'.

How to repeat:
Compile 5.0.3-alpha "-debug".
[24 Dec 2004 7:29] Sergei Glukhov
fixed in 5.0 source tree