diff options
author | unknown <sergefp@mysql.com> | 2005-10-31 09:22:33 +0300 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2005-10-31 09:22:33 +0300 |
commit | fdd6daf4b59970c105bc5534ca1e300a72cb138a (patch) | |
tree | 9e7433ce2d18259462cf2a478a34d4cedf66a021 /sql/item.h | |
parent | 2f6bb04f9e952970528f43124942e3b533e7969a (diff) | |
download | mariadb-git-fdd6daf4b59970c105bc5534ca1e300a72cb138a.tar.gz |
BUG#14139 - Merge to 5.0
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index 5bff285b9f3..2f753564009 100644 --- a/sql/item.h +++ b/sql/item.h @@ -526,6 +526,7 @@ public: double val_real_from_decimal(); virtual Field *get_tmp_table_field() { return 0; } + /* This is also used to create fields in CREATE ... SELECT: */ virtual Field *tmp_table_field(TABLE *t_arg) { return 0; } virtual const char *full_name() const { return name ? name : "???"; } |