Fix for bug #7467: sql_lex.c on HPUX fails to compile

This commit is contained in:
unknown 2004-12-24 12:42:01 +03:00
parent 2c92b3f880
commit 6499169d81

View file

@ -113,7 +113,7 @@ public:
This trickery is used to decrease a number of malloc calls.
*/
virtual String *val_str(String*,String *)=0;
String *Field::val_int_as_str(String *val_buffer, my_bool unsigned_flag);
String *val_int_as_str(String *val_buffer, my_bool unsigned_flag);
virtual Item_result result_type () const=0;
virtual Item_result cmp_type () const { return result_type(); }
bool eq(Field *field)