mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Fix for bug #7467: sql_lex.c on HPUX fails to compile
This commit is contained in:
parent
2c92b3f880
commit
6499169d81
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue