summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-05-06 06:21:40 +0300
committerunknown <monty@mashka.mysql.fi>2003-05-06 06:21:40 +0300
commit1785df1e98c175de94ea94cf6d40d0b4e140f122 (patch)
treea13ebeb00f4479929579e8616f9a8424e1358f41 /sql/item.h
parent429c488fce60fb33210ed033e7643c51a247a452 (diff)
parentd6e4b6a90ea52068ebdd27d39ff3fb88192ce223 (diff)
downloadmariadb-git-1785df1e98c175de94ea94cf6d40d0b4e140f122.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mashka.mysql.fi:/home/my/mysql-4.1 sql/item.h: Auto merged
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h
index 3a5a06c3af3..111892df688 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -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; }
};