Commit 1785df1e authored by unknown's avatar unknown

Merge bk-internal.mysql.com:/home/bk/mysql-4.1

into mashka.mysql.fi:/home/my/mysql-4.1


sql/item.h:
  Auto merged
parents 429c488f d6e4b6a9
...@@ -258,6 +258,12 @@ do ...@@ -258,6 +258,12 @@ do
fi fi
done done
#
# Fix some windows files
#
./extra/replace std:: "" -- $BASE/sql/sql_yacc.cpp
# #
# Initialize the initial data directory # Initialize the initial data directory
# #
......
...@@ -457,7 +457,7 @@ class Item_varbinary :public Item ...@@ -457,7 +457,7 @@ class Item_varbinary :public Item
longlong val_int(); longlong val_int();
String *val_str(String*) { return &str_value; } String *val_str(String*) { return &str_value; }
int save_in_field(Field *field, bool no_conversions); 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; } enum_field_types field_type() const { return MYSQL_TYPE_STRING; }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment