summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorEvgeny Potemkin <epotemkin@mysql.com>2009-12-14 17:17:41 +0300
committerEvgeny Potemkin <epotemkin@mysql.com>2009-12-14 17:17:41 +0300
commit5606aed1839702cc545f740f27c88a3197920b89 (patch)
treefed6e3b990ac3beeaf6b7b3f642fd439516729e4 /sql/item.h
parentaceea2342faa7e9a4b8b5cea6d18c0801e6975b6 (diff)
downloadmariadb-git-5606aed1839702cc545f740f27c88a3197920b89.tar.gz
Post-merge fix.
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 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();
};