diff options
author | Evgeny Potemkin <epotemkin@mysql.com> | 2009-12-14 17:17:41 +0300 |
---|---|---|
committer | Evgeny Potemkin <epotemkin@mysql.com> | 2009-12-14 17:17:41 +0300 |
commit | 5606aed1839702cc545f740f27c88a3197920b89 (patch) | |
tree | fed6e3b990ac3beeaf6b7b3f642fd439516729e4 /sql/item.h | |
parent | aceea2342faa7e9a4b8b5cea6d18c0801e6975b6 (diff) | |
download | mariadb-git-5606aed1839702cc545f740f27c88a3197920b89.tar.gz |
Post-merge fix.
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h index 699cc8db35a..c6ef5bd349a 100644 --- a/sql/item.h +++ b/sql/item.h @@ -3177,7 +3177,7 @@ public: completely relies on the ability of the underlying item to do the correct conversion. */ - void cache_value_int(); + bool cache_value_int(); bool cache_value(); }; |