diff options
author | kaa@polly.local <> | 2006-09-12 16:25:40 +0400 |
---|---|---|
committer | kaa@polly.local <> | 2006-09-12 16:25:40 +0400 |
commit | 5df7611caa310a88666f7fd2a7f14bd23ca8e24a (patch) | |
tree | 97f3aa51bcfc89e91863557802371fd070ee6d15 /sql/item_func.h | |
parent | 268c7a352280cf2e2bc334296866b46867777c64 (diff) | |
download | mariadb-git-5df7611caa310a88666f7fd2a7f14bd23ca8e24a.tar.gz |
Post-review fixes for bug #20924
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index d9e1396fde6..3a29b9d6f15 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -962,7 +962,7 @@ public: longlong val_int(); String *val_str(String *str); bool update_hash(void *ptr, uint length, enum Item_result type, - CHARSET_INFO *cs, Derivation dv, bool unsigned_arg= 0); + CHARSET_INFO *cs, Derivation dv, bool unsigned_arg); bool check(); bool update(); enum Item_result result_type () const { return cached_result_type; } |