diff options
author | konstantin@mysql.com <> | 2004-11-11 21:39:35 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-11-11 21:39:35 +0300 |
commit | e5f4c7a0bd35ec81928b15664dcad53d5aba56e3 (patch) | |
tree | d65c1d25b2742712e5c398191b3e7eb40d0692e6 /sql/item_row.h | |
parent | ea97ce50b97b32bb6135ad7aa6d487630bdcfa84 (diff) | |
download | mariadb-git-e5f4c7a0bd35ec81928b15664dcad53d5aba56e3.tar.gz |
Rename: Item::val -> Item::val_real().
Diffstat (limited to 'sql/item_row.h')
-rw-r--r-- | sql/item_row.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_row.h b/sql/item_row.h index ef5856dcdd3..64bd5cbbb44 100644 --- a/sql/item_row.h +++ b/sql/item_row.h @@ -41,7 +41,7 @@ public: { illegal_method_call((const char*)"make_field"); }; - double val() + double val_real() { illegal_method_call((const char*)"val"); return 0; |