diff options
author | Georgi Kodinov <joro@sun.com> | 2009-02-20 11:50:50 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-02-20 11:50:50 +0200 |
commit | 1f6d6fa905b92f68d53258cf93c84767fee066d8 (patch) | |
tree | de698e32cb688711e05943b40a81bbe08a33e736 /sql/item.cc | |
parent | 901427b2413a8f8c80b4720969d101357da57556 (diff) | |
parent | c1ddc60c695e49a44555049768cb8557676840aa (diff) | |
download | mariadb-git-1f6d6fa905b92f68d53258cf93c84767fee066d8.tar.gz |
merged 5.0-bugteam -> 5.1-bugteam
Diffstat (limited to 'sql/item.cc')
-rw-r--r-- | sql/item.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item.cc b/sql/item.cc index 33ec4a1a255..28ace4b114d 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -1758,7 +1758,6 @@ bool agg_item_set_converter(DTCollation &coll, const char *fname, bool agg_item_charsets(DTCollation &coll, const char *fname, Item **args, uint nargs, uint flags, int item_sep) { - Item **arg, *safe_args[2]; if (agg_item_collations(coll, fname, args, nargs, flags, item_sep)) return TRUE; |