mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mashka.mysql.fi:/home/my/mysql-4.1 sql/item.h: Auto merged
This commit is contained in:
commit
1785df1e98
2 changed files with 7 additions and 1 deletions
|
@ -258,6 +258,12 @@ do
|
|||
fi
|
||||
done
|
||||
|
||||
#
|
||||
# Fix some windows files
|
||||
#
|
||||
|
||||
./extra/replace std:: "" -- $BASE/sql/sql_yacc.cpp
|
||||
|
||||
#
|
||||
# Initialize the initial data directory
|
||||
#
|
||||
|
|
|
@ -457,7 +457,7 @@ public:
|
|||
longlong val_int();
|
||||
String *val_str(String*) { return &str_value; }
|
||||
int save_in_field(Field *field, bool no_conversions);
|
||||
enum Item_result result_type () const { return INT_RESULT; }
|
||||
enum Item_result result_type () const { return STRING_RESULT; }
|
||||
enum_field_types field_type() const { return MYSQL_TYPE_STRING; }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue