summaryrefslogtreecommitdiff
path: root/sql/item_uniq.h
diff options
context:
space:
mode:
authorhf@deer.(none) <>2005-02-09 02:50:45 +0400
committerhf@deer.(none) <>2005-02-09 02:50:45 +0400
commitb94a482ee9fdc45b64eb001a908f52784dfabcc1 (patch)
tree9631c72d46b0fd08479ad02de00e5846cd339cda /sql/item_uniq.h
parent6e6daf818943e34d72017f64e496d6d94c90134f (diff)
downloadmariadb-git-b94a482ee9fdc45b64eb001a908f52784dfabcc1.tar.gz
Precision Math implementation
Diffstat (limited to 'sql/item_uniq.h')
-rw-r--r--sql/item_uniq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_uniq.h b/sql/item_uniq.h
index e74c09ca3c4..602474f7581 100644
--- a/sql/item_uniq.h
+++ b/sql/item_uniq.h
@@ -57,4 +57,5 @@ public:
return new Item_sum_unique_users(thd, this);
}
void print(String *str) { str->append("0.0", 3); }
+ Field *create_tmp_field(bool group, TABLE *table, uint convert_blob_length);
};