diff options
author | venu@myvenu.com <> | 2003-02-04 18:50:48 -0800 |
---|---|---|
committer | venu@myvenu.com <> | 2003-02-04 18:50:48 -0800 |
commit | 0516b2bfee2d3f3653c35cb9c3e9a0ef8683aeec (patch) | |
tree | 6a2652dcfe4e59b5f26ae036c699d8f1ce92851b /sql/item_uniq.h | |
parent | 6a32ae735541b4780a209e883430ded343115792 (diff) | |
download | mariadb-git-0516b2bfee2d3f3653c35cb9c3e9a0ef8683aeec.tar.gz |
Windows compile fixups (To be verified by respective devs)
Diffstat (limited to 'sql/item_uniq.h')
-rw-r--r-- | sql/item_uniq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_uniq.h b/sql/item_uniq.h index ac004e747f8..5ffd10be7a5 100644 --- a/sql/item_uniq.h +++ b/sql/item_uniq.h @@ -50,7 +50,7 @@ public: fixed= 1; return 0; } - Item_sum *copy_or_same(THD* thd) + Item *copy_or_same(THD* thd) { return new Item_sum_unique_users(thd, *this); } |